Kùzu C++ API
|
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include "api.h"
#include "cast.h"
#include "copy_constructors.h"
#include "internal_id_t.h"
#include "interval_t.h"
Go to the source code of this file.
Classes | |
struct | kuzu::common::overflow_value_t |
struct | kuzu::common::list_entry_t |
struct | kuzu::common::struct_entry_t |
struct | kuzu::common::map_entry_t |
struct | kuzu::common::union_entry_t |
class | kuzu::common::LogicalType |
class | kuzu::common::ExtraTypeInfo |
class | kuzu::common::DecimalTypeInfo |
class | kuzu::common::ListTypeInfo |
class | kuzu::common::ArrayTypeInfo |
class | kuzu::common::StructField |
class | kuzu::common::StructTypeInfo |
struct | kuzu::common::DecimalType |
struct | kuzu::common::ListType |
struct | kuzu::common::ArrayType |
struct | kuzu::common::StructType |
struct | kuzu::common::MapType |
struct | kuzu::common::UnionType |
struct | kuzu::common::PhysicalTypeUtils |
struct | kuzu::common::LogicalTypeUtils |
Namespaces | |
namespace | kuzu |
namespace | kuzu::processor |
namespace | kuzu::common |
Concepts | |
concept | kuzu::common::IntegerTypes |
concept | kuzu::common::NumericTypes |
concept | kuzu::common::ComparableTypes |
concept | kuzu::common::HashablePrimitive |
concept | kuzu::common::IndexHashable |
concept | kuzu::common::HashableNonNestedTypes |
concept | kuzu::common::HashableNestedTypes |
concept | kuzu::common::HashableTypes |
Variables | |
constexpr page_idx_t | kuzu::common::INVALID_PAGE_IDX = UINT32_MAX |
constexpr file_idx_t | kuzu::common::INVALID_FILE_IDX = UINT32_MAX |
constexpr property_id_t | kuzu::common::INVALID_PROPERTY_ID = UINT32_MAX |
constexpr column_id_t | kuzu::common::INVALID_COLUMN_ID = INVALID_PROPERTY_ID |
constexpr column_id_t | kuzu::common::ROW_IDX_COLUMN_ID = INVALID_COLUMN_ID - 1 |
constexpr idx_t | kuzu::common::INVALID_IDX = UINT32_MAX |
constexpr block_idx_t | kuzu::common::INVALID_BLOCK_IDX = UINT64_MAX |
constexpr struct_field_idx_t | kuzu::common::INVALID_STRUCT_FIELD_IDX = UINT8_MAX |
constexpr row_idx_t | kuzu::common::INVALID_ROW_IDX = UINT64_MAX |
constexpr uint32_t | kuzu::common::UNDEFINED_CAST_COST = UINT32_MAX |
constexpr node_group_idx_t | kuzu::common::INVALID_NODE_GROUP_IDX = UINT64_MAX |
constexpr partition_idx_t | kuzu::common::INVALID_PARTITION_IDX = UINT64_MAX |
constexpr transaction_t | kuzu::common::INVALID_TRANSACTION = UINT64_MAX |