Kùzu C++ API
Loading...
Searching...
No Matches
constants.h File Reference
#include <array>
#include <cstdint>
#include <string_view>
#include "array_utils.h"
#include "types.h"

Go to the source code of this file.

Classes

struct  kuzu::common::InternalKeyword
 
struct  kuzu::common::BufferPoolConstants
 
struct  kuzu::common::StorageConstants
 
struct  kuzu::common::HashIndexConstants
 
struct  kuzu::common::CopyConstants
 
struct  kuzu::common::PlannerKnobs
 
struct  kuzu::common::OrderByConstants
 
struct  kuzu::common::ParquetConstants
 
struct  kuzu::common::ExportCSVConstants
 
struct  kuzu::common::ImportDBConstants
 
struct  kuzu::common::WarningConstants
 

Namespaces

namespace  kuzu
 
namespace  kuzu::common
 

Macros

#define DEFAULT_VECTOR_CAPACITY_LOG_2   11
 
#define VECTOR_CAPACITY_LOG_2   DEFAULT_VECTOR_CAPACITY_LOG_2
 

Enumerations

enum  kuzu::common::PageSizeClass : uint8_t { kuzu::common::REGULAR_PAGE = 0 , kuzu::common::TEMP_PAGE = 1 }
 

Variables

const char * kuzu::common::KUZU_VERSION
 
constexpr uint64_t kuzu::common::DEFAULT_VECTOR_CAPACITY = static_cast<uint64_t>(1) << VECTOR_CAPACITY_LOG_2
 
constexpr double kuzu::common::DEFAULT_HT_LOAD_FACTOR = 1.5
 
constexpr uint64_t kuzu::common::THREAD_SLEEP_TIME_WHEN_WAITING_IN_MICROS = 500
 
constexpr uint64_t kuzu::common::DEFAULT_CHECKPOINT_WAIT_TIMEOUT_IN_MICROS = 5000000
 
constexpr uint64_t kuzu::common::CHUNK_RESIZE_RATIO = 2
 
constexpr auto kuzu::common::DECIMAL_PRECISION_LIMIT = 38
 

Macro Definition Documentation

◆ DEFAULT_VECTOR_CAPACITY_LOG_2

#define DEFAULT_VECTOR_CAPACITY_LOG_2   11

◆ VECTOR_CAPACITY_LOG_2

#define VECTOR_CAPACITY_LOG_2   DEFAULT_VECTOR_CAPACITY_LOG_2