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

Thrift-derived struct describing the header for a data page. More...

#include <parquet_schema.hpp>

Public Attributes

int32_t num_values = 0
 Number of values, including NULLs, in this data page.
 
Encoding encoding = Encoding::PLAIN
 Encoding used for this data page.
 
Encoding definition_level_encoding = Encoding::PLAIN
 Encoding used for definition levels.
 
Encoding repetition_level_encoding = Encoding::PLAIN
 Encoding used for repetition levels.
 

Detailed Description

Thrift-derived struct describing the header for a data page.

Definition at line 858 of file parquet_schema.hpp.


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