Public Attributes | List of all members
cudf::io::sorting_column Struct Reference

Struct used to describe column sorting metadata. More...

#include <parquet.hpp>

Public Attributes

int column_idx {}
 leaf column index within the row group
 
bool is_descending {false}
 true if sort order is descending
 
bool is_nulls_first {true}
 true if nulls come before non-null values
 

Detailed Description

Struct used to describe column sorting metadata.

Definition at line 614 of file parquet.hpp.


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