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

Static Public Member Functions

static void SetValidityMask (Vector &vector, ArrowArray &array, idx_t chunk_offset, idx_t size, int64_t parent_offset, int64_t nested_offset, bool add_null=false)
 
static void ColumnArrowToDuckDBRunEndEncoded (Vector &vector, const ArrowArray &array, idx_t chunk_offset, ArrowArrayScanState &array_state, idx_t size, const ArrowType &arrow_type, int64_t nested_offset=-1, ValidityMask *parent_mask=nullptr, uint64_t parent_offset=0)
 
static void ColumnArrowToDuckDB (Vector &vector, ArrowArray &array, idx_t chunk_offset, ArrowArrayScanState &array_state, idx_t size, const ArrowType &arrow_type, int64_t nested_offset=-1, ValidityMask *parent_mask=nullptr, uint64_t parent_offset=0, bool ignore_extensions=false)
 
static void ColumnArrowToDuckDBDictionary (Vector &vector, ArrowArray &array, idx_t chunk_offset, ArrowArrayScanState &array_state, idx_t size, const ArrowType &arrow_type, int64_t nested_offset=-1, const ValidityMask *parent_mask=nullptr, uint64_t parent_offset=0)
 

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