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

Public Member Functions

 TemporaryFileIdentifier (TemporaryBufferSize size, idx_t file_index)
 
 TemporaryFileIdentifier (DatabaseInstance &db, TemporaryBufferSize size, idx_t file_index, bool encrypted)
 
bool IsValid () const
 Whether this temporary file identifier is valid (fields have been set)
 

Public Attributes

TemporaryBufferSize size
 The size of the buffers within the temp file.
 
optional_idx file_index
 The index of the temp file.
 
bool encrypted = false
 

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