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::TemporaryFileMap Class Reference
Collaboration diagram for duckdb::TemporaryFileMap:

Public Member Functions

 TemporaryFileMap (TemporaryFileManager &manager)
 
void Clear ()
 
temporary_file_map_t & GetMapForSize (TemporaryBufferSize size)
 Gets the map for the given size.
 
optional_ptr< TemporaryFileHandleGetFile (const TemporaryFileIdentifier &identifier)
 Get/create/erase a TemporaryFileHandle for a size/index.
 
TemporaryFileHandleCreateFile (const TemporaryFileIdentifier &identifier)
 
void EraseFile (const TemporaryFileIdentifier &identifier)
 

Private Types

template<class T >
using temporary_buffer_size_map_t = unordered_map< TemporaryBufferSize, T, EnumClassHash >
 
using temporary_file_map_t = unordered_map< idx_t, unique_ptr< TemporaryFileHandle > >
 

Private Attributes

TemporaryFileManagermanager
 
temporary_buffer_size_map_t< temporary_file_map_t > files
 

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