![]() |
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::BoundIndex, including all inherited members.
| Append(IndexLock &l, DataChunk &chunk, Vector &row_ids)=0 | duckdb::BoundIndex | pure virtual |
| Append(DataChunk &chunk, Vector &row_ids) | duckdb::BoundIndex | |
| Append(IndexLock &l, DataChunk &chunk, Vector &row_ids, IndexAppendInfo &info) | duckdb::BoundIndex | virtual |
| Append(DataChunk &chunk, Vector &row_ids, IndexAppendInfo &info) | duckdb::BoundIndex | |
| AppendRowError(DataChunk &input, idx_t index) (defined in duckdb::BoundIndex) | duckdb::BoundIndex | static |
| ApplyBufferedReplays(const vector< LogicalType > &table_types, BufferedIndexReplays &buffered_replays, const vector< StorageIndex > &mapped_column_ids) | duckdb::BoundIndex | |
| BindExpression(unique_ptr< Expression > expr) | duckdb::BoundIndex | private |
| bound_expressions | duckdb::BoundIndex | protected |
| BoundIndex(const string &name, const string &index_type, IndexConstraintType index_constraint_type, const vector< column_t > &column_ids, TableIOManager &table_io_manager, const vector< unique_ptr< Expression > > &unbound_expressions, AttachedDatabase &db) (defined in duckdb::BoundIndex) | duckdb::BoundIndex | |
| Cast() (defined in duckdb::Index) | duckdb::Index | inline |
| Cast() const (defined in duckdb::Index) | duckdb::Index | inline |
| column_id_set | duckdb::Index | protected |
| column_ids | duckdb::Index | protected |
| CommitDrop(IndexLock &index_lock)=0 | duckdb::BoundIndex | pure virtual |
| CommitDrop() override | duckdb::BoundIndex | virtual |
| CreateDeltaIndex(DeltaIndexType delta_index_type) const | duckdb::BoundIndex | virtual |
| db | duckdb::Index | |
| Delete(IndexLock &state, DataChunk &entries, Vector &row_identifiers) | duckdb::BoundIndex | virtual |
| Delete(DataChunk &entries, Vector &row_identifiers) | duckdb::BoundIndex | |
| delta_index_type | duckdb::BoundIndex | |
| ExecuteExpressions(DataChunk &input, DataChunk &result) | duckdb::BoundIndex | |
| executor | duckdb::BoundIndex | private |
| GetColumnIds() const (defined in duckdb::Index) | duckdb::Index | inline |
| GetColumnIdSet() const (defined in duckdb::Index) | duckdb::Index | inline |
| GetConstraintType() const override | duckdb::BoundIndex | inlinevirtual |
| GetConstraintViolationMessage(VerifyExistenceType verify_type, idx_t failed_index, DataChunk &input)=0 | duckdb::BoundIndex | pure virtual |
| GetIndexName() const override | duckdb::BoundIndex | inlinevirtual |
| GetIndexType() const override | duckdb::BoundIndex | inlinevirtual |
| GetInMemorySize(IndexLock &state)=0 | duckdb::BoundIndex | pure virtual |
| GetInMemorySize() | duckdb::BoundIndex | |
| Index(const vector< column_t > &column_ids, TableIOManager &table_io_manager, AttachedDatabase &db) (defined in duckdb::Index) | duckdb::Index | protected |
| index_constraint_type | duckdb::BoundIndex | |
| index_type | duckdb::BoundIndex | |
| IndexIsUpdated(const vector< PhysicalIndex > &column_ids) const | duckdb::BoundIndex | |
| InitializeLock(IndexLock &state) | duckdb::BoundIndex | |
| Insert(IndexLock &l, DataChunk &chunk, Vector &row_ids)=0 | duckdb::BoundIndex | pure virtual |
| Insert(IndexLock &l, DataChunk &chunk, Vector &row_ids, IndexAppendInfo &info) | duckdb::BoundIndex | virtual |
| IsBound() const override | duckdb::BoundIndex | inlinevirtual |
| IsForeign() const | duckdb::Index | inline |
| IsPrimary() const | duckdb::Index | inline |
| IsUnique() const | duckdb::Index | inline |
| lock | duckdb::BoundIndex | protected |
| logical_types | duckdb::BoundIndex | |
| MergeIndexes(IndexLock &state, BoundIndex &other_index)=0 | duckdb::BoundIndex | pure virtual |
| MergeIndexes(BoundIndex &other_index) | duckdb::BoundIndex | |
| name | duckdb::BoundIndex | |
| SerializeToDisk(QueryContext context, const case_insensitive_map_t< Value > &options) | duckdb::BoundIndex | virtual |
| SerializeToWAL(const case_insensitive_map_t< Value > &options) | duckdb::BoundIndex | virtual |
| SupportsDeltaIndexes() const | duckdb::BoundIndex | virtual |
| table_io_manager | duckdb::Index | |
| ToString(IndexLock &l, bool display_ascii=false)=0 | duckdb::BoundIndex | pure virtual |
| ToString(bool display_ascii=false) | duckdb::BoundIndex | |
| TryDelete(IndexLock &state, DataChunk &entries, Vector &row_identifiers, optional_ptr< SelectionVector > deleted_sel=nullptr, optional_ptr< SelectionVector > non_deleted_sel=nullptr) | duckdb::BoundIndex | virtual |
| TryDelete(DataChunk &entries, Vector &row_identifiers, optional_ptr< SelectionVector > deleted_sel=nullptr, optional_ptr< SelectionVector > non_deleted_sel=nullptr) | duckdb::BoundIndex | |
| types | duckdb::BoundIndex | |
| unbound_expressions | duckdb::BoundIndex | |
| Vacuum(IndexLock &l)=0 | duckdb::BoundIndex | pure virtual |
| Vacuum() | duckdb::BoundIndex | |
| Verify(IndexLock &l)=0 | duckdb::BoundIndex | pure virtual |
| Verify() | duckdb::BoundIndex | |
| VerifyAllocations(IndexLock &l)=0 | duckdb::BoundIndex | pure virtual |
| VerifyAllocations() | duckdb::BoundIndex | |
| VerifyAppend(DataChunk &chunk, IndexAppendInfo &info, optional_ptr< ConflictManager > manager) | duckdb::BoundIndex | virtual |
| VerifyBuffers(IndexLock &l) | duckdb::BoundIndex | virtual |
| VerifyBuffers() | duckdb::BoundIndex | |
| VerifyConstraint(DataChunk &chunk, IndexAppendInfo &info, ConflictManager &manager) | duckdb::BoundIndex | virtual |
| ~Index()=default (defined in duckdb::Index) | duckdb::Index | virtual |