Kuzu C++ API
Loading...
Searching...
No Matches
kuzu::common::HashIndexConstants Struct Reference

#include <constants.h>

Static Public Attributes

static constexpr uint16_t SLOT_CAPACITY_BYTES = 256
 
static constexpr uint64_t NUM_HASH_INDEXES_LOG2 = 8
 
static constexpr uint64_t NUM_HASH_INDEXES = 1 << NUM_HASH_INDEXES_LOG2
 

Member Data Documentation

◆ NUM_HASH_INDEXES

uint64_t kuzu::common::HashIndexConstants::NUM_HASH_INDEXES = 1 << NUM_HASH_INDEXES_LOG2
staticconstexpr

◆ NUM_HASH_INDEXES_LOG2

uint64_t kuzu::common::HashIndexConstants::NUM_HASH_INDEXES_LOG2 = 8
staticconstexpr

◆ SLOT_CAPACITY_BYTES

uint16_t kuzu::common::HashIndexConstants::SLOT_CAPACITY_BYTES = 256
staticconstexpr

The documentation for this struct was generated from the following file: