![]() |
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::Vector, including all inherited members.
| ArrayVector (defined in duckdb::Vector) | duckdb::Vector | friend |
| auxiliary | duckdb::Vector | protected |
| buffer | duckdb::Vector | protected |
| ConstantVector (defined in duckdb::Vector) | duckdb::Vector | friend |
| CopyBuffer(Vector &other) (defined in duckdb::Vector) | duckdb::Vector | inline |
| data | duckdb::Vector | protected |
| DataChunk (defined in duckdb::Vector) | duckdb::Vector | friend |
| DebugShuffleNestedVector(Vector &vector, idx_t count) (defined in duckdb::Vector) | duckdb::Vector | static |
| DebugTransformToDictionary(Vector &vector, idx_t count) (defined in duckdb::Vector) | duckdb::Vector | static |
| Deserialize(Deserializer &deserializer, idx_t count) (defined in duckdb::Vector) | duckdb::Vector | |
| Dictionary(idx_t dictionary_size, const SelectionVector &sel, idx_t count) | duckdb::Vector | |
| Dictionary(Vector &dict, idx_t dictionary_size, const SelectionVector &sel, idx_t count) | duckdb::Vector | |
| Dictionary(buffer_ptr< VectorChildBuffer > reusable_dict, const SelectionVector &sel) | duckdb::Vector | |
| DictionaryVector (defined in duckdb::Vector) | duckdb::Vector | friend |
| FindResizeInfos(vector< ResizeInfo > &resize_infos, const idx_t multiplier) | duckdb::Vector | |
| Flatten(idx_t count) | duckdb::Vector | |
| Flatten(const SelectionVector &sel, idx_t count) (defined in duckdb::Vector) | duckdb::Vector | |
| FlatVector (defined in duckdb::Vector) | duckdb::Vector | friend |
| FSSTVector (defined in duckdb::Vector) | duckdb::Vector | friend |
| GetAllocationSize(idx_t cardinality) const (defined in duckdb::Vector) | duckdb::Vector | |
| GetAuxiliary() (defined in duckdb::Vector) | duckdb::Vector | inline |
| GetBuffer() (defined in duckdb::Vector) | duckdb::Vector | inline |
| GetData() const (defined in duckdb::Vector) | duckdb::Vector | inline |
| GetType() const (defined in duckdb::Vector) | duckdb::Vector | inline |
| GetValue(idx_t index) const | duckdb::Vector | |
| GetValue(const Vector &v, idx_t index) | duckdb::Vector | privatestatic |
| GetValueInternal(const Vector &v, idx_t index) | duckdb::Vector | privatestatic |
| GetVectorType() const (defined in duckdb::Vector) | duckdb::Vector | inline |
| Initialize(bool initialize_to_zero=false, idx_t capacity=STANDARD_VECTOR_SIZE) | duckdb::Vector | |
| ListVector (defined in duckdb::Vector) | duckdb::Vector | friend |
| Print(idx_t count) const (defined in duckdb::Vector) | duckdb::Vector | |
| Print() const (defined in duckdb::Vector) | duckdb::Vector | |
| RecursiveToUnifiedFormat(Vector &input, idx_t count, RecursiveUnifiedVectorFormat &data) | duckdb::Vector | static |
| Reference(const Value &value) | duckdb::Vector | |
| Reference(const Vector &other) | duckdb::Vector | |
| ReferenceAndSetType(const Vector &other) | duckdb::Vector | |
| Reinterpret(const Vector &other) | duckdb::Vector | |
| ResetFromCache(const VectorCache &cache) | duckdb::Vector | |
| Resize(idx_t cur_size, idx_t new_size) | duckdb::Vector | |
| Sequence(int64_t start, int64_t increment, idx_t count) | duckdb::Vector | |
| SequenceVector (defined in duckdb::Vector) | duckdb::Vector | friend |
| Serialize(Serializer &serializer, idx_t count, bool compressed_serialization=true) (defined in duckdb::Vector) | duckdb::Vector | |
| SetAuxiliary(buffer_ptr< VectorBuffer > new_buffer) (defined in duckdb::Vector) | duckdb::Vector | inline |
| SetValue(idx_t index, const Value &val) | duckdb::Vector | |
| SetVectorType(VectorType vector_type) (defined in duckdb::Vector) | duckdb::Vector | |
| Slice(const Vector &other, idx_t offset, idx_t end) | duckdb::Vector | |
| Slice(const Vector &other, const SelectionVector &sel, idx_t count) | duckdb::Vector | |
| Slice(const SelectionVector &sel, idx_t count) | duckdb::Vector | |
| Slice(const SelectionVector &sel, idx_t count, SelCache &cache) | duckdb::Vector | |
| StringVector (defined in duckdb::Vector) | duckdb::Vector | friend |
| StructVector (defined in duckdb::Vector) | duckdb::Vector | friend |
| ToString(idx_t count) const | duckdb::Vector | |
| ToString() const (defined in duckdb::Vector) | duckdb::Vector | |
| ToUnifiedFormat(idx_t count, UnifiedVectorFormat &data) | duckdb::Vector | |
| type | duckdb::Vector | protected |
| UnionVector (defined in duckdb::Vector) | duckdb::Vector | friend |
| UTFVerify(idx_t count) (defined in duckdb::Vector) | duckdb::Vector | |
| UTFVerify(const SelectionVector &sel, idx_t count) (defined in duckdb::Vector) | duckdb::Vector | |
| validity | duckdb::Vector | protected |
| Vector(Vector &other) | duckdb::Vector | |
| Vector(const Vector &other, const SelectionVector &sel, idx_t count) | duckdb::Vector | explicit |
| Vector(const Vector &other, idx_t offset, idx_t end) | duckdb::Vector | explicit |
| Vector(const Value &value) | duckdb::Vector | explicit |
| Vector(LogicalType type, idx_t capacity=STANDARD_VECTOR_SIZE) | duckdb::Vector | explicit |
| Vector(const VectorCache &cache) | duckdb::Vector | explicit |
| Vector(LogicalType type, data_ptr_t dataptr) | duckdb::Vector | |
| Vector(LogicalType type, bool create_data, bool initialize_to_zero, idx_t capacity=STANDARD_VECTOR_SIZE) | duckdb::Vector | |
| Vector(const Vector &)=delete (defined in duckdb::Vector) | duckdb::Vector | |
| Vector(Vector &&other) noexcept (defined in duckdb::Vector) | duckdb::Vector | |
| vector_type | duckdb::Vector | protected |
| VectorCacheBuffer (defined in duckdb::Vector) | duckdb::Vector | friend |
| Verify(idx_t count) | duckdb::Vector | |
| Verify(Vector &vector, const SelectionVector &sel, idx_t count) (defined in duckdb::Vector) | duckdb::Vector | static |
| VerifyMap(Vector &map, const SelectionVector &sel, idx_t count) | duckdb::Vector | static |
| VerifyUnion(Vector &map, const SelectionVector &sel, idx_t count) (defined in duckdb::Vector) | duckdb::Vector | static |
| VerifyVariant(Vector &map, const SelectionVector &sel, idx_t count) (defined in duckdb::Vector) | duckdb::Vector | static |