![]() |
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.
|
Return value of SimilarEntryInSchemas. More...

Public Member Functions | |
| bool | Found () const |
| DUCKDB_API string | GetQualifiedName (bool qualify_catalog, bool qualify_schema) const |
Public Attributes | |
| string | name |
| The entry name. Empty if absent. | |
| double | score = 0.0 |
| The similarity score of the given name (between 0.0 and 1.0, higher is better) | |
| optional_ptr< SchemaCatalogEntry > | schema |
| The schema of the entry. | |
Return value of SimilarEntryInSchemas.
|
inline |
| string duckdb::SimilarCatalogEntry::GetQualifiedName | ( | bool | qualify_catalog, |
| bool | qualify_schema | ||
| ) | const |