Kùzu C++ API
Loading...
Searching...
No Matches
recursive_rel.h
Go to the documentation of this file.
1#pragma once
2
3#include "api.h"
4
5namespace kuzu {
6namespace common {
7
8class Value;
9
15public:
19 KUZU_API static Value* getNodes(const Value* val);
20
24 KUZU_API static Value* getRels(const Value* val);
25
26private:
27 static void throwIfNotRecursiveRel(const Value* val);
28};
29
30} // namespace common
31} // namespace kuzu
#define KUZU_API
Definition api.h:25
RecursiveRelVal represents a path in the graph and stores the corresponding rels and nodes of that pa...
Definition recursive_rel.h:14
static KUZU_API Value * getNodes(const Value *val)
static KUZU_API Value * getRels(const Value *val)
Definition value.h:27
Definition alter_type.h:5