![]() |
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.
|
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::UnionVector | static |
| GetMember(const Vector &vector, idx_t member_index) | duckdb::UnionVector | static |
| GetMember(Vector &vector, idx_t member_index) (defined in duckdb::UnionVector) | duckdb::UnionVector | static |
| GetTags(const Vector &v) | duckdb::UnionVector | static |
| GetTags(Vector &v) (defined in duckdb::UnionVector) | duckdb::UnionVector | static |
| SetToMember(Vector &vector, union_tag_t tag, Vector &member_vector, idx_t count, bool keep_tags_for_null) | duckdb::UnionVector | static |
| TryGetTag(const Vector &vector, idx_t index, union_tag_t &tag) | duckdb::UnionVector | static |