Kuzu C++ API
|
#include <types.h>
Static Public Member Functions | |
static union_field_idx_t | getInternalFieldIdx (union_field_idx_t idx) |
static std::string | getFieldName (const LogicalType &type, union_field_idx_t idx) |
static const LogicalType & | getFieldType (const LogicalType &type, union_field_idx_t idx) |
static uint64_t | getNumFields (const LogicalType &type) |
Static Public Attributes | |
static constexpr union_field_idx_t | TAG_FIELD_IDX = 0 |
static constexpr auto | TAG_FIELD_TYPE = LogicalTypeID::INT8 |
static constexpr char | TAG_FIELD_NAME [] = "tag" |
|
static |
|
static |
|
static |
|
static |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |