Thrift-derived struct describing the header for a dictionary page. More...
#include <parquet_schema.hpp>
Public Attributes | |
int32_t | num_values = 0 |
Number of values in the dictionary. | |
Encoding | encoding = Encoding::PLAIN |
Encoding using this dictionary page. | |
Thrift-derived struct describing the header for a dictionary page.
Definition at line 893 of file parquet_schema.hpp.