Public Member Functions | List of all members
cudf::experimental::row::lexicographic::less_comparator< Comparator > Struct Template Reference

Wraps and interprets the result of device_row_comparator, true if the result is weak_ordering::LESS meaning one row is lexicographically less than another row. More...

Inheritance diagram for cudf::experimental::row::lexicographic::less_comparator< Comparator >:

Public Member Functions

 less_comparator (Comparator const &comparator)
 Constructs a less_comparator. More...
 

Detailed Description

template<typename Comparator>
struct cudf::experimental::row::lexicographic::less_comparator< Comparator >

Wraps and interprets the result of device_row_comparator, true if the result is weak_ordering::LESS meaning one row is lexicographically less than another row.

Template Parameters
Comparatorgeneric comparator that returns a weak_ordering
Deprecated:
This struct is deprecated in 25.10 and will be removed in 25.12. Users should use cudf/detail/row_operator/row_operators.cuh instead.

Definition at line 738 of file experimental/row_operators.cuh.

Constructor & Destructor Documentation

◆ less_comparator()

template<typename Comparator >
cudf::experimental::row::lexicographic::less_comparator< Comparator >::less_comparator ( Comparator const &  comparator)
inline

Constructs a less_comparator.

Parameters
comparatorThe comparator to wrap

Definition at line 744 of file experimental/row_operators.cuh.


The documentation for this struct was generated from the following file: