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

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

#include <parquet_schema.hpp>

Public Attributes

int32_t scale = 0
 Scale must be zero or a positive integer less than or equal to the precision.
 
int32_t precision = 0
 Precision must be a non-zero positive integer.
 

Detailed Description

Struct that describes the decimal logical type annotation.

Allowed for physical types: INT32, INT64, FIXED_LEN_BYTE_ARRAY, and BYTE_ARRAY.

Definition at line 195 of file parquet_schema.hpp.


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