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

#include <constants.h>

Static Public Attributes

static constexpr char ANONYMOUS [] = ""
 
static constexpr char ID [] = "_ID"
 
static constexpr char LABEL [] = "_LABEL"
 
static constexpr char SRC [] = "_SRC"
 
static constexpr char DST [] = "_DST"
 
static constexpr char DIRECTION [] = "_DIRECTION"
 
static constexpr char LENGTH [] = "_LENGTH"
 
static constexpr char NODES [] = "_NODES"
 
static constexpr char RELS [] = "_RELS"
 
static constexpr char STAR [] = "*"
 
static constexpr char PLACE_HOLDER [] = "_PLACE_HOLDER"
 
static constexpr char MAP_KEY [] = "KEY"
 
static constexpr char MAP_VALUE [] = "VALUE"
 
static constexpr std::string_view ROW_OFFSET = "_row_offset"
 
static constexpr std::string_view SRC_OFFSET = "_src_offset"
 
static constexpr std::string_view DST_OFFSET = "_dst_offset"
 

Member Data Documentation

◆ ANONYMOUS

char kuzu::common::InternalKeyword::ANONYMOUS[] = ""
staticconstexpr

◆ DIRECTION

char kuzu::common::InternalKeyword::DIRECTION[] = "_DIRECTION"
staticconstexpr

◆ DST

char kuzu::common::InternalKeyword::DST[] = "_DST"
staticconstexpr

◆ DST_OFFSET

std::string_view kuzu::common::InternalKeyword::DST_OFFSET = "_dst_offset"
staticconstexpr

◆ ID

char kuzu::common::InternalKeyword::ID[] = "_ID"
staticconstexpr

◆ LABEL

char kuzu::common::InternalKeyword::LABEL[] = "_LABEL"
staticconstexpr

◆ LENGTH

char kuzu::common::InternalKeyword::LENGTH[] = "_LENGTH"
staticconstexpr

◆ MAP_KEY

char kuzu::common::InternalKeyword::MAP_KEY[] = "KEY"
staticconstexpr

◆ MAP_VALUE

char kuzu::common::InternalKeyword::MAP_VALUE[] = "VALUE"
staticconstexpr

◆ NODES

char kuzu::common::InternalKeyword::NODES[] = "_NODES"
staticconstexpr

◆ PLACE_HOLDER

char kuzu::common::InternalKeyword::PLACE_HOLDER[] = "_PLACE_HOLDER"
staticconstexpr

◆ RELS

char kuzu::common::InternalKeyword::RELS[] = "_RELS"
staticconstexpr

◆ ROW_OFFSET

std::string_view kuzu::common::InternalKeyword::ROW_OFFSET = "_row_offset"
staticconstexpr

◆ SRC

char kuzu::common::InternalKeyword::SRC[] = "_SRC"
staticconstexpr

◆ SRC_OFFSET

std::string_view kuzu::common::InternalKeyword::SRC_OFFSET = "_src_offset"
staticconstexpr

◆ STAR

char kuzu::common::InternalKeyword::STAR[] = "*"
staticconstexpr

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