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. | |
Thrift-derived struct describing column sort order.
Definition at line 654 of file parquet_schema.hpp.