Thrift-derived struct describing the offset index. More...
#include <parquet_schema.hpp>
Public Attributes | |
std::vector< PageLocation > | page_locations |
Page locations. | |
std::optional< std::vector< int64_t > > | unencoded_byte_array_data_bytes |
Thrift-derived struct describing the offset index.
Definition at line 613 of file parquet_schema.hpp.
std::optional<std::vector<int64_t> > cudf::io::parquet::OffsetIndex::unencoded_byte_array_data_bytes |
per-page size info. see description of the same field in SizeStatistics. only present for columns with a BYTE_ARRAY physical type.
Definition at line 618 of file parquet_schema.hpp.