Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia committed Apr 26, 2023
1 parent c086579 commit 3a12c2d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cpp/include/cudf/table/experimental/row_operators.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -1084,10 +1084,9 @@ class two_table_comparator {
* This constructor allows independently constructing a `preprocessed_table` and sharing it among
* multiple comparators.
*
* If the input tables have nested types such as lists-of-structs,
* which will be transformed into lists-of-integers during preprocessing,
* the preprocessed_table(s) must have been generated together using the factory function
* `preprocessed_table::create(table_view const&, table_view const&)`.
* The preprocessed_table(s) should have been pre-generated together using the factory function
* `preprocessed_table::create(table_view const&, table_view const&)`. Otherwise, the comparison
* results between two tables may be incorrect.
*
* @param left A table preprocessed for lexicographic comparison
* @param right A table preprocessed for lexicographic comparison
Expand Down

0 comments on commit 3a12c2d

Please sign in to comment.