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::UnionVector Member List

This is the complete list of members for duckdb::UnionVector, including all inherited members.

CheckUnionValidity(Vector &vector, idx_t count, const SelectionVector &sel= *FlatVector::IncrementalSelectionVector()) (defined in duckdb::UnionVector)duckdb::UnionVectorstatic
GetMember(const Vector &vector, idx_t member_index)duckdb::UnionVectorstatic
GetMember(Vector &vector, idx_t member_index) (defined in duckdb::UnionVector)duckdb::UnionVectorstatic
GetTags(const Vector &v)duckdb::UnionVectorstatic
GetTags(Vector &v) (defined in duckdb::UnionVector)duckdb::UnionVectorstatic
SetToMember(Vector &vector, union_tag_t tag, Vector &member_vector, idx_t count, bool keep_tags_for_null)duckdb::UnionVectorstatic
TryGetTag(const Vector &vector, idx_t index, union_tag_t &tag)duckdb::UnionVectorstatic