Thrift-derived struct describing page encoding statistics. More...
#include <parquet_schema.hpp>
Public Attributes | |
| PageType | page_type |
| The page type (data/dic/...) | |
| Encoding | encoding |
| Encoding of the page. | |
| int32_t | count |
| Number of pages of this type with this encoding. | |
Thrift-derived struct describing page encoding statistics.
Definition at line 642 of file parquet_schema.hpp.