Public Attributes | List of all members
cudf::io::parquet::OffsetIndex Struct Reference

Thrift-derived struct describing the offset index. More...

#include <parquet_schema.hpp>

Public Attributes

std::vector< PageLocationpage_locations
 Page locations.
 
std::optional< std::vector< int64_t > > unencoded_byte_array_data_bytes
 

Detailed Description

Thrift-derived struct describing the offset index.

Definition at line 613 of file parquet_schema.hpp.

Member Data Documentation

◆ unencoded_byte_array_data_bytes

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.


The documentation for this struct was generated from the following file: