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
5
namespace
kuzu
{
6
namespace
common {
7
8
class
Value;
9
14
class
RecursiveRelVal
{
15
public
:
19
KUZU_API
static
Value
*
getNodes
(
const
Value
* val);
20
24
KUZU_API
static
Value
*
getRels
(
const
Value
* val);
25
26
private
:
27
static
void
throwIfNotRecursiveRel(
const
Value
* val);
28
};
29
30
}
// namespace common
31
}
// namespace kuzu
api.h
KUZU_API
#define KUZU_API
Definition
api.h:25
kuzu::common::RecursiveRelVal
RecursiveRelVal represents a path in the graph and stores the corresponding rels and nodes of that pa...
Definition
recursive_rel.h:14
kuzu::common::RecursiveRelVal::getNodes
static KUZU_API Value * getNodes(const Value *val)
kuzu::common::RecursiveRelVal::getRels
static KUZU_API Value * getRels(const Value *val)
kuzu::common::Value
Definition
value.h:27
kuzu
Definition
alter_type.h:5
headers
recursive_rel.h
Generated by
1.12.0