Struct that describes the Parquet file data postscript. More...
#include <parquet_schema.hpp>
Public Attributes | |
| uint32_t | footer_len |
| Length of the footer. | |
| uint32_t | magic |
| Parquet 4-byte magic number "PAR1". | |
Struct that describes the Parquet file data postscript.
Definition at line 172 of file parquet_schema.hpp.