![]() |
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.
|
ObjectCache is the base class for objects caches in DuckDB. More...

Public Member Functions | |
| virtual string | GetObjectType ()=0 |
| virtual optional_idx | GetEstimatedCacheMemory () const =0 |
ObjectCache is the base class for objects caches in DuckDB.
|
inlinevirtual |
|
pure virtual |
Get the rough cache memory usage in bytes for this entry. Used for eviction decisions. Return invalid index to prevent eviction.
Implemented in duckdb::EncryptionKeyManager.