Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::VariantVector Struct Reference

Static Public Member Functions

static DUCKDB_API VectorGetKeys (Vector &vec)
 Gets a reference to the 'keys' list (dictionary) of a Variant.
 
static DUCKDB_API VectorGetKeys (const Vector &vec)
 
static DUCKDB_API VectorGetChildren (Vector &vec)
 Gets a reference to the 'children' list of a Variant.
 
static DUCKDB_API VectorGetChildren (const Vector &vec)
 
static DUCKDB_API VectorGetChildrenKeysIndex (Vector &vec)
 Gets a reference to the 'keys_index' inside the 'children' list of a Variant.
 
static DUCKDB_API VectorGetChildrenKeysIndex (const Vector &vec)
 
static DUCKDB_API VectorGetChildrenValuesIndex (Vector &vec)
 Gets a reference to the 'values_index' inside the 'children' list of a Variant.
 
static DUCKDB_API VectorGetChildrenValuesIndex (const Vector &vec)
 
static DUCKDB_API VectorGetValues (Vector &vec)
 Gets a reference to the 'values' list of a Variant.
 
static DUCKDB_API VectorGetValues (const Vector &vec)
 
static DUCKDB_API VectorGetValuesTypeId (Vector &vec)
 Gets a reference to the 'type_id' inside the 'values' list of a Variant.
 
static DUCKDB_API VectorGetValuesTypeId (const Vector &vec)
 
static DUCKDB_API VectorGetValuesByteOffset (Vector &vec)
 Gets a reference to the 'byte_offset' inside the 'values' list of a Variant.
 
static DUCKDB_API VectorGetValuesByteOffset (const Vector &vec)
 
static DUCKDB_API VectorGetData (Vector &vec)
 Gets a reference to the binary blob 'value', which encodes the data of the row.
 
static DUCKDB_API VectorGetData (const Vector &vec)
 

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