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::ObjectCacheEntry Class Referenceabstract

ObjectCache is the base class for objects caches in DuckDB. More...

Inheritance diagram for duckdb::ObjectCacheEntry:

Public Member Functions

virtual string GetObjectType ()=0
 
virtual optional_idx GetEstimatedCacheMemory () const =0
 

Detailed Description

ObjectCache is the base class for objects caches in DuckDB.

Constructor & Destructor Documentation

◆ ~ObjectCacheEntry()

virtual duckdb::ObjectCacheEntry::~ObjectCacheEntry ( )
inlinevirtual
51562 {
51563 }

Member Function Documentation

◆ GetEstimatedCacheMemory()

virtual optional_idx duckdb::ObjectCacheEntry::GetEstimatedCacheMemory ( ) const
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.


The documentation for this class was generated from the following file: