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

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

at_clause (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetrieverprivate
callbackduckdb::CatalogEntryRetrieverprivate
CatalogEntryRetriever(ClientContext &context) (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetrieverinlineexplicit
CatalogEntryRetriever(const CatalogEntryRetriever &other) (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetrieverinline
context (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetrieverprivate
GetAtClause() const (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetriever
GetCallback() (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetriever
GetContext() (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetrieverinline
GetEntry(const string &catalog, const string &schema, const EntryLookupInfo &lookup_info, OnEntryNotFound on_entry_not_found=OnEntryNotFound::THROW_EXCEPTION) (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetriever
GetEntry(Catalog &catalog, const string &schema, const EntryLookupInfo &lookup_info, OnEntryNotFound on_entry_not_found=OnEntryNotFound::THROW_EXCEPTION) (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetriever
GetSchema(const string &catalog, const EntryLookupInfo &schema_lookup, OnEntryNotFound on_entry_not_found=OnEntryNotFound::THROW_EXCEPTION) (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetriever
GetSearchPath() const (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetriever
GetType(const string &catalog, const string &schema, const string &name, OnEntryNotFound on_entry_not_found=OnEntryNotFound::RETURN_NULL) (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetriever
GetType(Catalog &catalog, const string &schema, const string &name, OnEntryNotFound on_entry_not_found=OnEntryNotFound::RETURN_NULL) (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetriever
Inherit(const CatalogEntryRetriever &parent) (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetriever
ReturnAndCallback(optional_ptr< CatalogEntry > result) (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetrieverprivate
search_path (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetrieverprivate
SetAtClause(optional_ptr< BoundAtClause > at_clause) (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetriever
SetCallback(catalog_entry_callback_t callback) (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetriever
SetSearchPath(vector< CatalogSearchEntry > entries) (defined in duckdb::CatalogEntryRetriever)duckdb::CatalogEntryRetriever