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

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

AddIndex(unique_ptr< Index > index)duckdb::TableIndexList
Bind(ClientContext &context, DataTableInfo &table_info, const char *index_type=nullptr)duckdb::TableIndexList
CommitDrop(const string &name)duckdb::TableIndexList
Count() constduckdb::TableIndexListinline
DistinctIndexTypes() constduckdb::TableIndexList
Empty() constduckdb::TableIndexListinline
Find(const string &name)duckdb::TableIndexList
FindForeignKeyIndex(const vector< PhysicalIndex > &fk_keys, const ForeignKeyType fk_type)duckdb::TableIndexList
GetRequiredColumns()duckdb::TableIndexList
HasUnbound() constduckdb::TableIndexListinline
index_entriesduckdb::TableIndexListprivate
index_entries_lockduckdb::TableIndexListmutableprivate
IndexEntries() const (defined in duckdb::TableIndexList)duckdb::TableIndexList
Indexes() const (defined in duckdb::TableIndexList)duckdb::TableIndexList
InitializeIndexChunk(DataChunk &index_chunk, const vector< LogicalType > &table_types, vector< StorageIndex > &mapped_column_ids, DataTableInfo &data_table_info)duckdb::TableIndexListstatic
MergeCheckpointDeltas(transaction_t checkpoint_id)duckdb::TableIndexList
Move(TableIndexList &other)duckdb::TableIndexListinline
NameIsUnique(const string &name)duckdb::TableIndexList
ReferenceIndexChunk(DataChunk &table_chunk, DataChunk &index_chunk, vector< StorageIndex > &mapped_column_ids)duckdb::TableIndexListstatic
RemoveIndex(const string &name)duckdb::TableIndexList
SerializeToDisk(QueryContext context, const IndexSerializationInfo &info)duckdb::TableIndexList
unbound_countduckdb::TableIndexListprivate
VerifyForeignKey(optional_ptr< LocalTableStorage > storage, const vector< PhysicalIndex > &fk_keys, DataChunk &chunk, ConflictManager &conflict_manager)duckdb::TableIndexList