[FEA] Refactor experimental/row_operators.cuh
and make it default
#12593
Labels
Milestone
experimental/row_operators.cuh
and make it default
#12593
Is your feature request related to a problem? Please describe.
libcudf contains two sets of row operators: legacy row operators for simple types and experimental row operators for complex types. When we have completed "Part 1" of #11844, then we can safely refactor the experimental row operators to be the default, and drop the
table::experimental
namespaceDescribe the solution you'd like
Ultimately we will deprecate the legacy row operators and move the experimental row operators out of the experimental namespace. Please note that the new equality and lexicographic comparators will include "fast paths" for simple types (see #11330 and #11129), so the legacy row operators will continue to play a role.
Merge plan for completing the deprecation
experimental::row::equality
#12676)experimental/row_operators.cuh
#11012)Describe alternatives you've considered
n/a
Additional context
See #10186 and follow-on issue #11844 for more information about the nested type comparator project.
The text was updated successfully, but these errors were encountered: