Thrift-derived struct describing the header for a data page. More...
#include <parquet_schema.hpp>
Public Attributes | |
int32_t | num_values = 0 |
Number of values, including NULLs, in this data page. | |
Encoding | encoding = Encoding::PLAIN |
Encoding used for this data page. | |
Encoding | definition_level_encoding = Encoding::PLAIN |
Encoding used for definition levels. | |
Encoding | repetition_level_encoding = Encoding::PLAIN |
Encoding used for repetition levels. | |
Thrift-derived struct describing the header for a data page.
Definition at line 858 of file parquet_schema.hpp.