![]() |
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 class mocks the CatalogSet interface, but does not actually store CatalogEntries. More...

Public Member Functions | |
| DependencyCatalogSet (CatalogSet &set, const CatalogEntryInfo &info) | |
| bool | CreateEntry (CatalogTransaction transaction, const MangledEntryName &name, unique_ptr< CatalogEntry > value) |
| CatalogSet::EntryLookup | GetEntryDetailed (CatalogTransaction transaction, const MangledEntryName &name) |
| optional_ptr< CatalogEntry > | GetEntry (CatalogTransaction transaction, const MangledEntryName &name) |
| void | Scan (CatalogTransaction transaction, const std::function< void(CatalogEntry &)> &callback) |
| bool | DropEntry (CatalogTransaction transaction, const MangledEntryName &name, bool cascade, bool allow_drop_internal=false) |
Public Attributes | |
| CatalogSet & | set |
| CatalogEntryInfo | info |
| MangledEntryName | mangled_name |
Private Member Functions | |
| MangledDependencyName | ApplyPrefix (const MangledEntryName &name) const |
This class mocks the CatalogSet interface, but does not actually store CatalogEntries.
|
inline |
| bool duckdb::DependencyCatalogSet::CreateEntry | ( | CatalogTransaction | transaction, |
| const MangledEntryName & | name, | ||
| unique_ptr< CatalogEntry > | value | ||
| ) |
| CatalogSet::EntryLookup duckdb::DependencyCatalogSet::GetEntryDetailed | ( | CatalogTransaction | transaction, |
| const MangledEntryName & | name | ||
| ) |
| optional_ptr< CatalogEntry > duckdb::DependencyCatalogSet::GetEntry | ( | CatalogTransaction | transaction, |
| const MangledEntryName & | name | ||
| ) |
| void duckdb::DependencyCatalogSet::Scan | ( | CatalogTransaction | transaction, |
| const std::function< void(CatalogEntry &)> & | callback | ||
| ) |
| bool duckdb::DependencyCatalogSet::DropEntry | ( | CatalogTransaction | transaction, |
| const MangledEntryName & | name, | ||
| bool | cascade, | ||
| bool | allow_drop_internal = false |
||
| ) |
|
private |