Kùzu C++ API
|
#include <cstdint>
#include <string>
Go to the source code of this file.
Classes | |
struct | kuzu::catalog::CatalogEntryTypeUtils |
struct | kuzu::catalog::FunctionEntryTypeUtils |
Namespaces | |
namespace | kuzu |
namespace | kuzu::catalog |
Enumerations | |
enum class | kuzu::catalog::CatalogEntryType : uint8_t { kuzu::catalog::NODE_TABLE_ENTRY = 0 , kuzu::catalog::REL_TABLE_ENTRY = 1 , kuzu::catalog::REL_GROUP_ENTRY = 2 , kuzu::catalog::RDF_GRAPH_ENTRY = 3 , kuzu::catalog::FOREIGN_TABLE_ENTRY = 4 , kuzu::catalog::SCALAR_MACRO_ENTRY = 10 , kuzu::catalog::AGGREGATE_FUNCTION_ENTRY = 20 , kuzu::catalog::SCALAR_FUNCTION_ENTRY = 21 , kuzu::catalog::REWRITE_FUNCTION_ENTRY = 22 , kuzu::catalog::TABLE_FUNCTION_ENTRY = 23 , kuzu::catalog::GDS_FUNCTION_ENTRY = 24 , kuzu::catalog::COPY_FUNCTION_ENTRY = 25 , kuzu::catalog::SEQUENCE_ENTRY = 40 , kuzu::catalog::TYPE_ENTRY = 41 , kuzu::catalog::DUMMY_ENTRY = 100 } |