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::BlockMetaData Struct Reference
Collaboration diagram for duckdb::BlockMetaData:

Public Member Functions

shared_ptr< BlockHandleGetHandle () const
 
void SetHandle (ManagedResultSet &managed_result_set, shared_ptr< BlockHandle > handle)
 
uint32_t Capacity ()
 

Public Attributes

uint32_t size
 How much space is currently used within the block.
 
uint32_t capacity
 How much space is available in the block.
 

Private Attributes

shared_ptr< BlockHandlehandle
 The underlying block handle.
 
weak_ptr< BlockHandleweak_handle
 Weak pointer to underlying block handle (if ColumnDataCollectionLifetime::DATABASE_INSTANCE)
 

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