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 | |
Struct used to describe column sorting metadata.
Definition at line 613 of file parquet.hpp.