A single sort key: column index, sort direction, and null placement. More...
#include <channel_metadata.hpp>
Public Member Functions | |
| bool | operator== (OrderKey const &) const =default |
| Equality comparison. More... | |
| bool | operator!= (OrderKey const &) const =default |
| Inequality comparison. More... | |
Public Attributes | |
| cudf::size_type | column_index |
| Column to sort on. | |
| cudf::order | order |
| ASCENDING or DESCENDING. | |
| cudf::null_order | null_order |
| BEFORE or AFTER. | |
A single sort key: column index, sort direction, and null placement.
Definition at line 43 of file channel_metadata.hpp.
|
default |
Inequality comparison.
|
default |
Equality comparison.