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

#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.
 

Member Function Documentation

◆ getLogicalTypeID()

static KUZU_API LogicalTypeID kuzu::common::RdfVariant::getLogicalTypeID ( const Value * rdfVariant)
static

Get the logical type id of the rdf variant.

Parameters
rdfVariantthe rdf variant.
Returns
the logical type id.

◆ getValue()

template<typename T >
static T kuzu::common::RdfVariant::getValue ( const Value * rdfVariant)
inlinestatic

Get the value of the rdf variant.

Template Parameters
Tthe type of the value.
Parameters
rdfVariantthe rdf variant.
Returns
the value.

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