Kùzu C++ API
|
RelVal represents a rel in the graph and stores the relID, src/dst nodes and properties of that rel. More...
#include <rel.h>
Static Public Member Functions | |
static KUZU_API std::vector< std::pair< std::string, std::unique_ptr< Value > > > | getProperties (const Value *val) |
static KUZU_API uint64_t | getNumProperties (const Value *val) |
static KUZU_API std::string | getPropertyName (const Value *val, uint64_t index) |
static KUZU_API Value * | getPropertyVal (const Value *val, uint64_t index) |
static KUZU_API Value * | getSrcNodeIDVal (const Value *val) |
static KUZU_API Value * | getDstNodeIDVal (const Value *val) |
static KUZU_API Value * | getIDVal (const Value *val) |
static KUZU_API Value * | getLabelVal (const Value *val) |
static KUZU_API std::string | toString (const Value *val) |
RelVal represents a rel in the graph and stores the relID, src/dst nodes and properties of that rel.
|
static |
getPropertyName
and getPropertyVal
instead if possible.
|
static |
|
static |