Kùzu C++ API
Loading...
Searching...
No Matches
kuzu::common::ParquetConstants Struct Reference

#include <constants.h>

Static Public Attributes

static constexpr uint64_t PARQUET_DEFINE_VALID = 65535
 
static constexpr const char * PARQUET_MAGIC_WORDS = "PAR1"
 
static constexpr uint64_t MAX_UNCOMPRESSED_PAGE_SIZE = 100000000
 
static constexpr uint64_t MAX_UNCOMPRESSED_DICT_PAGE_SIZE = 1e9
 
static constexpr uint64_t MAX_DICTIONARY_KEY_SIZE = sizeof(uint32_t)
 
static constexpr uint64_t STRING_LENGTH_SIZE = sizeof(uint32_t)
 
static constexpr uint64_t MAX_STRING_STATISTICS_SIZE = 10000
 
static constexpr uint64_t PARQUET_INTERVAL_SIZE = 12
 
static constexpr uint64_t PARQUET_UUID_SIZE = 16
 

Member Data Documentation

◆ 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: