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::ArrowVarcharConverter 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::ArrowVarcharConverter::GetLength ( SRC  input)
inlinestatic
33935 {
33936 return input.GetSize();
33937 }

◆ WriteData()

template<class SRC >
static void duckdb::ArrowVarcharConverter::WriteData ( data_ptr_t  target,
SRC  input 
)
inlinestatic
33940 {
33941 memcpy(target, input.GetData(), input.GetSize());
33942 }

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