Skip to content

Commit

Permalink
Update cpp/include/cudf/table/experimental/row_operators.cuh
Browse files Browse the repository at this point in the history
Co-authored-by: Vyas Ramasubramani <[email protected]>
  • Loading branch information
devavret and vyasr authored Mar 22, 2022
1 parent 6c45cd4 commit 9bfd08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cudf/table/experimental/row_operators.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ class self_comparator {
template <typename Nullate>
device_row_comparator<Nullate> device_comparator(Nullate nullate = {}) const
{
return device_row_comparator<Nullate>(
return device_row_comparator(
nullate, *d_t, *d_t, d_t->depths(), d_t->column_order(), d_t->null_precedence());
}

Expand Down

0 comments on commit 9bfd08e

Please sign in to comment.