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

Struct that describes the integer logical type annotation. More...

#include <parquet_schema.hpp>

Public Attributes

int8_t bitWidth = 0
 bitWidth must be 8, 16, 32, or 64.
 
bool isSigned = false
 Whether the integer is signed.
 

Detailed Description

Struct that describes the integer logical type annotation.

Allowed for physical types: INT32, INT64

Definition at line 243 of file parquet_schema.hpp.


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