Kùzu C++ API
|
#include <constants.h>
Static Public Attributes | |
static constexpr uint64_t | INITIAL_BUFFER_SIZE = 16384 |
static constexpr uint64_t | PARALLEL_BLOCK_SIZE = INITIAL_BUFFER_SIZE / 2 |
static constexpr const char * | IGNORE_ERRORS_OPTION_NAME = "IGNORE_ERRORS" |
static constexpr const char * | BOOL_CSV_PARSING_OPTIONS [] |
static constexpr bool | DEFAULT_CSV_HAS_HEADER = false |
static constexpr bool | DEFAULT_CSV_PARALLEL = true |
static constexpr const char * | STRING_CSV_PARSING_OPTIONS [] |
static constexpr char | DEFAULT_CSV_ESCAPE_CHAR = '"' |
static constexpr char | DEFAULT_CSV_DELIMITER = ',' |
static constexpr bool | DEFAULT_CSV_ALLOW_UNBRACED_LIST = false |
static constexpr char | DEFAULT_CSV_QUOTE_CHAR = '"' |
static constexpr char | DEFAULT_CSV_LIST_BEGIN_CHAR = '[' |
static constexpr char | DEFAULT_CSV_LIST_END_CHAR = ']' |
static constexpr bool | DEFAULT_IGNORE_ERRORS = false |
static constexpr bool | DEFAULT_CSV_AUTO_DETECT = true |
static constexpr bool | DEFAULT_CSV_SET_DIALECT = false |
static constexpr std::array | DEFAULT_CSV_DELIMITER_SEARCH_SPACE = {',', ';', '\t', '|'} |
static constexpr std::array | DEFAULT_CSV_QUOTE_SEARCH_SPACE = {'"', '\''} |
static constexpr std::array | DEFAULT_CSV_ESCAPE_SEARCH_SPACE = {'"', '\\', '\''} |
static constexpr uint64_t | PANDAS_PARTITION_COUNT = 50 * DEFAULT_VECTOR_CAPACITY |
static constexpr const char * | INT_CSV_PARSING_OPTIONS [] = {"SKIP", "SAMPLE_SIZE"} |
static constexpr uint64_t | DEFAULT_CSV_SKIP_NUM = 0 |
static constexpr uint64_t | DEFAULT_CSV_TYPE_DEDUCTION_SAMPLE_SIZE = 256 |
static constexpr std::array | SHARED_WARNING_DATA_COLUMN_NAMES |
static constexpr std::array | SHARED_WARNING_DATA_COLUMN_TYPES |
static constexpr column_id_t | SHARED_WARNING_DATA_NUM_COLUMNS |
static constexpr std::array | CSV_SPECIFIC_WARNING_DATA_COLUMN_NAMES = {"fileIdx"} |
static constexpr std::array | CSV_SPECIFIC_WARNING_DATA_COLUMN_TYPES = {LogicalTypeID::UINT32} |
static constexpr std::array | CSV_WARNING_DATA_COLUMN_NAMES |
static constexpr std::array | CSV_WARNING_DATA_COLUMN_TYPES |
static constexpr column_id_t | CSV_WARNING_DATA_NUM_COLUMNS |
static constexpr column_id_t | MAX_NUM_WARNING_DATA_COLUMNS = CSV_WARNING_DATA_NUM_COLUMNS |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |