Kùzu C++ API
Loading...
Searching...
No Matches
table_type.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
#include <string>
5
6
namespace
kuzu
{
7
namespace
common {
8
9
// TODO(Guodong/Ziyi/Xiyang): Should we remove this and instead use `CatalogEntryType`?
10
enum class
TableType
: uint8_t {
11
UNKNOWN
= 0,
12
NODE
= 1,
13
REL
= 2,
14
RDF
= 3,
15
REL_GROUP
= 4,
16
FOREIGN
= 5,
17
};
18
19
struct
TableTypeUtils
{
20
static
std::string
toString
(
TableType
tableType);
21
};
22
23
}
// namespace common
24
}
// namespace kuzu
kuzu::common::FileType::UNKNOWN
@ UNKNOWN
kuzu::common::TableType
TableType
Definition
table_type.h:10
kuzu::common::TableType::RDF
@ RDF
kuzu::common::TableType::NODE
@ NODE
kuzu::common::TableType::FOREIGN
@ FOREIGN
kuzu::common::TableType::REL_GROUP
@ REL_GROUP
kuzu::common::TableType::REL
@ REL
kuzu
Definition
alter_type.h:5
kuzu::common::TableTypeUtils
Definition
table_type.h:19
kuzu::common::TableTypeUtils::toString
static std::string toString(TableType tableType)
headers
table_type.h
Generated by
1.12.0