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

Thrift-derived struct describing column sort order. More...

#include <parquet_schema.hpp>

Public Attributes

int32_t column_idx
 The column index (in this row group)
 
bool descending
 If true, indicates this column is sorted in descending order.
 
bool nulls_first
 If true, nulls will come before non-null values.
 

Detailed Description

Thrift-derived struct describing column sort order.

Definition at line 656 of file parquet_schema.hpp.


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