Kùzu C++ API
Loading...
Searching...
No Matches
internal_id_t.h File Reference
#include <cstdint>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include "api.h"

Go to the source code of this file.

Classes

struct  kuzu::common::internalID_t
 

Namespaces

namespace  kuzu
 
namespace  kuzu::common
 

Typedefs

using kuzu::common::table_id_t = uint64_t
 
using kuzu::common::table_id_vector_t = std::vector<table_id_t>
 
using kuzu::common::table_id_set_t = std::unordered_set<table_id_t>
 
template<typename T >
using kuzu::common::table_id_map_t = std::unordered_map<table_id_t, T>
 
using kuzu::common::offset_t = uint64_t
 
using kuzu::common::nodeID_t = internalID_t
 
using kuzu::common::relID_t = internalID_t
 

Variables

constexpr table_id_t kuzu::common::INVALID_TABLE_ID = UINT64_MAX
 
constexpr offset_t kuzu::common::INVALID_OFFSET = UINT64_MAX