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

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

AlterEntry(ClientContext &context, AlterInfo &info) (defined in duckdb::CatalogEntry)duckdb::CatalogEntryvirtual
AlterEntry(CatalogTransaction transaction, AlterInfo &info) (defined in duckdb::CatalogEntry)duckdb::CatalogEntryvirtual
BindUpdateConstraints(Binder &binder, LogicalGet &get, LogicalProjection &proj, LogicalUpdate &update, ClientContext &context) (defined in duckdb::TableCatalogEntry)duckdb::TableCatalogEntryvirtual
Cast() (defined in duckdb::CatalogEntry)duckdb::CatalogEntryinline
Cast() const (defined in duckdb::CatalogEntry)duckdb::CatalogEntryinline
catalogduckdb::InCatalogEntry
CatalogEntry(CatalogType type, Catalog &catalog, string name) (defined in duckdb::CatalogEntry)duckdb::CatalogEntry
CatalogEntry(CatalogType type, string name, idx_t oid) (defined in duckdb::CatalogEntry)duckdb::CatalogEntry
childduckdb::CatalogEntryprivate
Child() (defined in duckdb::CatalogEntry)duckdb::CatalogEntry
ColumnExists(const string &name) constduckdb::TableCatalogEntry
ColumnNamesToSQL(const ColumnList &columns)duckdb::TableCatalogEntrystatic
columnsduckdb::TableCatalogEntryprotected
ColumnsToSQL(const ColumnList &columns, const vector< unique_ptr< Constraint > > &constraints) (defined in duckdb::TableCatalogEntry)duckdb::TableCatalogEntrystatic
commentduckdb::CatalogEntry
constraintsduckdb::TableCatalogEntryprotected
Copy(ClientContext &context) const (defined in duckdb::CatalogEntry)duckdb::CatalogEntryvirtual
deletedduckdb::CatalogEntry
dependenciesduckdb::StandardEntry
Deserialize(Deserializer &deserializer) (defined in duckdb::CatalogEntry)duckdb::CatalogEntrystatic
GetColumn(const string &name) constduckdb::TableCatalogEntry
GetColumn(LogicalIndex idx) constduckdb::TableCatalogEntry
GetColumnIndex(string &name, bool if_exists=false) constduckdb::TableCatalogEntry
GetColumns() constduckdb::TableCatalogEntry
GetColumnSegmentInfo(const QueryContext &context)duckdb::TableCatalogEntryvirtual
GetConstraints() constduckdb::TableCatalogEntry
GetInfo() const override (defined in duckdb::TableCatalogEntry)duckdb::TableCatalogEntryvirtual
GetPrimaryKey() constduckdb::TableCatalogEntry
GetRowIdColumns() const (defined in duckdb::TableCatalogEntry)duckdb::TableCatalogEntryvirtual
GetSample() (defined in duckdb::TableCatalogEntry)duckdb::TableCatalogEntryvirtual
GetScanFunction(ClientContext &context, unique_ptr< FunctionData > &bind_data)=0duckdb::TableCatalogEntrypure virtual
GetScanFunction(ClientContext &context, unique_ptr< FunctionData > &bind_data, const EntryLookupInfo &lookup_info) (defined in duckdb::TableCatalogEntry)duckdb::TableCatalogEntryvirtual
GetStatistics(ClientContext &context, column_t column_id)=0duckdb::TableCatalogEntrypure virtual
GetStorage()duckdb::TableCatalogEntryvirtual
GetStorageIndex(const ColumnIndex &column_index) const (defined in duckdb::TableCatalogEntry)duckdb::TableCatalogEntry
GetStorageInfo(ClientContext &context)=0duckdb::TableCatalogEntrypure virtual
GetTypes() constduckdb::TableCatalogEntry
GetVirtualColumns() constduckdb::TableCatalogEntryvirtual
HasChild() const (defined in duckdb::CatalogEntry)duckdb::CatalogEntry
HasGeneratedColumns() const (defined in duckdb::TableCatalogEntry)duckdb::TableCatalogEntry
HasParent() const (defined in duckdb::CatalogEntry)duckdb::CatalogEntry
HasPrimaryKey() constduckdb::TableCatalogEntry
InCatalogEntry(CatalogType type, Catalog &catalog, string name) (defined in duckdb::InCatalogEntry)duckdb::InCatalogEntry
internalduckdb::CatalogEntry
IsDuckTable() const (defined in duckdb::TableCatalogEntry)duckdb::TableCatalogEntryinlinevirtual
Name (defined in duckdb::TableCatalogEntry)duckdb::TableCatalogEntrystatic
nameduckdb::CatalogEntry
oidduckdb::CatalogEntry
OnDrop() (defined in duckdb::CatalogEntry)duckdb::CatalogEntryvirtual
Parent() (defined in duckdb::CatalogEntry)duckdb::CatalogEntry
Parent() const (defined in duckdb::CatalogEntry)duckdb::CatalogEntry
parentduckdb::CatalogEntryprivate
ParentCatalog() override (defined in duckdb::InCatalogEntry)duckdb::InCatalogEntryinlinevirtual
ParentCatalog() const override (defined in duckdb::InCatalogEntry)duckdb::InCatalogEntryinlinevirtual
ParentSchema() override (defined in duckdb::StandardEntry)duckdb::StandardEntryinlinevirtual
ParentSchema() const override (defined in duckdb::StandardEntry)duckdb::StandardEntryinlinevirtual
Rollback(CatalogEntry &prev_entry) (defined in duckdb::CatalogEntry)duckdb::CatalogEntryvirtual
schemaduckdb::StandardEntry
Serialize(Serializer &serializer) const (defined in duckdb::CatalogEntry)duckdb::CatalogEntry
setduckdb::CatalogEntry
SetAsRoot()duckdb::CatalogEntryvirtual
SetChild(unique_ptr< CatalogEntry > child) (defined in duckdb::CatalogEntry)duckdb::CatalogEntry
StandardEntry(CatalogType type, SchemaCatalogEntry &schema, Catalog &catalog, string name) (defined in duckdb::StandardEntry)duckdb::StandardEntryinline
TableCatalogEntry(Catalog &catalog, SchemaCatalogEntry &schema, CreateTableInfo &info)duckdb::TableCatalogEntry
tagsduckdb::CatalogEntry
TakeChild() (defined in duckdb::CatalogEntry)duckdb::CatalogEntry
temporaryduckdb::CatalogEntry
timestampduckdb::CatalogEntry
ToSQL() const overrideduckdb::TableCatalogEntryvirtual
Type (defined in duckdb::TableCatalogEntry)duckdb::TableCatalogEntrystatic
typeduckdb::CatalogEntry
UndoAlter(ClientContext &context, AlterInfo &info) (defined in duckdb::CatalogEntry)duckdb::CatalogEntryvirtual
Verify(Catalog &catalog) override (defined in duckdb::InCatalogEntry)duckdb::InCatalogEntryvirtual
~CatalogEntry() (defined in duckdb::CatalogEntry)duckdb::CatalogEntryvirtual
~InCatalogEntry() override (defined in duckdb::InCatalogEntry)duckdb::InCatalogEntry
~StandardEntry() override (defined in duckdb::StandardEntry)duckdb::StandardEntryinline