Kùzu C++ API
|
#include <rdf_variant.h>
Static Public Member Functions | |
static KUZU_API LogicalTypeID | getLogicalTypeID (const Value *rdfVariant) |
Get the logical type id of the rdf variant. | |
template<typename T > | |
static T | getValue (const Value *rdfVariant) |
Get the value of the rdf variant. | |
|
static |
Get the logical type id of the rdf variant.
rdfVariant | the rdf variant. |
|
inlinestatic |
Get the value of the rdf variant.
T | the type of the value. |
rdfVariant | the rdf variant. |