libcudf  24.04.00
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

Definition at line 700 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 706 of file experimental/row_operators.cuh.


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