Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaseeb123 authored Nov 6, 2024
1 parent 55b7fe7 commit 1104a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/cudf/lists/detail/dremel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct dremel_data {
};

/**
* @brief Get the dremel offsets, and repetition and definition levels for a LIST column
* @brief Get the dremel offsets, repetition levels, and definition levels for a LIST column
*
* Dremel is a query system created by Google for ad hoc data analysis. The Dremel engine is
* described in depth in the paper "Dremel: Interactive Analysis of Web-Scale
Expand Down Expand Up @@ -106,7 +106,7 @@ struct dremel_data {
* Level 1 offsets = {0, 0, 3, 5, 5}
* Values = {1, 2, 3, 4, 5}
* ```
* This function returns the dremel offsets, and repetition and definition level
* This function returns the dremel offsets, repetition levels, and definition level
* values that correspond to the data values:
* ```
* col = {[], [[], [1, 2, 3], [4, 5]], [[]]}
Expand Down

0 comments on commit 1104a32

Please sign in to comment.