Public Attributes | List of all members
cudf::order_info Struct Reference

Indicates how a collection of values has been ordered. More...

#include <types.hpp>

Public Attributes

sorted is_sorted
 Indicates whether the collection is sorted.
 
order ordering
 Indicates the order in which the values are sorted.
 
null_order null_ordering
 Indicates how null values compare against all other values.
 

Detailed Description

Indicates how a collection of values has been ordered.

Definition at line 170 of file types.hpp.


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