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 |
Thrift-derived struct describing page location information stored in the offsets index.
Definition at line 600 of file parquet_schema.hpp.
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.