#include <constants.h>
◆ MAX_DICTIONARY_KEY_SIZE
uint64_t kuzu::common::ParquetConstants::MAX_DICTIONARY_KEY_SIZE = sizeof(uint32_t) |
|
staticconstexpr |
◆ MAX_STRING_STATISTICS_SIZE
uint64_t kuzu::common::ParquetConstants::MAX_STRING_STATISTICS_SIZE = 10000 |
|
staticconstexpr |
◆ MAX_UNCOMPRESSED_DICT_PAGE_SIZE
uint64_t kuzu::common::ParquetConstants::MAX_UNCOMPRESSED_DICT_PAGE_SIZE = 1e9 |
|
staticconstexpr |
◆ MAX_UNCOMPRESSED_PAGE_SIZE
uint64_t kuzu::common::ParquetConstants::MAX_UNCOMPRESSED_PAGE_SIZE = 100000000 |
|
staticconstexpr |
◆ PARQUET_DEFINE_VALID
uint64_t kuzu::common::ParquetConstants::PARQUET_DEFINE_VALID = 65535 |
|
staticconstexpr |
◆ PARQUET_INTERVAL_SIZE
uint64_t kuzu::common::ParquetConstants::PARQUET_INTERVAL_SIZE = 12 |
|
staticconstexpr |
◆ PARQUET_MAGIC_WORDS
const char* kuzu::common::ParquetConstants::PARQUET_MAGIC_WORDS = "PAR1" |
|
staticconstexpr |
◆ PARQUET_UUID_SIZE
uint64_t kuzu::common::ParquetConstants::PARQUET_UUID_SIZE = 16 |
|
staticconstexpr |
◆ STRING_LENGTH_SIZE
uint64_t kuzu::common::ParquetConstants::STRING_LENGTH_SIZE = sizeof(uint32_t) |
|
staticconstexpr |
The documentation for this struct was generated from the following file: