Kùzu C++ API
Loading...
Searching...
No Matches
kuzu::common::RecursiveRelVal Class Reference

RecursiveRelVal represents a path in the graph and stores the corresponding rels and nodes of that path. More...

#include <recursive_rel.h>

Static Public Member Functions

static KUZU_API ValuegetNodes (const Value *val)
 
static KUZU_API ValuegetRels (const Value *val)
 

Detailed Description

RecursiveRelVal represents a path in the graph and stores the corresponding rels and nodes of that path.

Member Function Documentation

◆ getNodes()

static KUZU_API Value * kuzu::common::RecursiveRelVal::getNodes ( const Value * val)
static
Returns
the list of nodes in the recursive rel as a Value.

◆ getRels()

static KUZU_API Value * kuzu::common::RecursiveRelVal::getRels ( const Value * val)
static
Returns
the list of rels in the recursive rel as a Value.

The documentation for this class was generated from the following file: