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. | |
Struct that describes the integer logical type annotation.
Allowed for physical types: INT32, INT64
Definition at line 243 of file parquet_schema.hpp.