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::ArrowUUIDConverter Struct Reference

Static Public Member Functions

template<class SRC >
static idx_t GetLength (SRC input)
 
template<class SRC >
static void WriteData (data_ptr_t target, SRC input)
 

Member Function Documentation

◆ GetLength()

template<class SRC >
static idx_t duckdb::ArrowUUIDConverter::GetLength ( SRC  input)
inlinestatic
33947 {
33948 return UUID::STRING_SIZE;
33949 }

◆ WriteData()

template<class SRC >
static void duckdb::ArrowUUIDConverter::WriteData ( data_ptr_t  target,
SRC  input 
)
inlinestatic
33952 {
33953 UUID::ToString(input, char_ptr_cast(target));
33954 }
static void ToString(hugeint_t input, char *buf)
Convert a hugeint object to a uuid style string.

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