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::Value::Val Union Reference

The value of the object, if it is of a constant size Type. More...

Collaboration diagram for duckdb::Value::Val:

Public Attributes

bool boolean
 
int8_t tinyint
 
int16_t smallint
 
int32_t integer
 
int64_t bigint
 
uint8_t utinyint
 
uint16_t usmallint
 
uint32_t uinteger
 
uint64_t ubigint
 
hugeint_t hugeint
 
uhugeint_t uhugeint
 
float float_
 
double double_
 
uintptr_t pointer
 
uint64_t hash
 
date_t date
 
dtime_t time
 
dtime_ns_t time_ns
 
dtime_tz_t timetz
 
timestamp_t timestamp
 
timestamp_sec_t timestamp_s
 
timestamp_ms_t timestamp_ms
 
timestamp_ns_t timestamp_ns
 
timestamp_tz_t timestamp_tz
 
interval_t interval
 

Detailed Description

The value of the object, if it is of a constant size Type.


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