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

Thrift-derived struct describing page location information stored in the offsets index. More...

#include <parquet_schema.hpp>

Public Attributes

int64_t offset
 Offset of the page in the file.
 
int32_t compressed_page_size
 Compressed page size in bytes plus the heeader length.
 
int64_t first_row_index
 

Detailed Description

Thrift-derived struct describing page location information stored in the offsets index.

Definition at line 600 of file parquet_schema.hpp.

Member Data Documentation

◆ first_row_index

int64_t cudf::io::parquet::PageLocation::first_row_index

Index within the column chunk of the first row of the page. reset to 0 at the beginning of each column chunk

Definition at line 607 of file parquet_schema.hpp.


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