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::MultiFileLocalIndex Struct Reference

Public Member Functions

 MultiFileLocalIndex (idx_t index)
 
 operator idx_t () const
 
idx_t GetIndex () const
 

Private Attributes

idx_t index
 

Friends

template<class T >
struct MultiFileLocalColumnIds
 these are allowed to access the index
 
struct MultiFileColumnMapping
 
struct MultiFileFilterEntry
 

Constructor & Destructor Documentation

◆ MultiFileLocalIndex()

duckdb::MultiFileLocalIndex::MultiFileLocalIndex ( idx_t  index)
inlineexplicit
53491 : index(index) {
53492 }

Member Function Documentation

◆ operator idx_t()

duckdb::MultiFileLocalIndex::operator idx_t ( ) const
inline
53495 { // NOLINT: allow implicit conversion
53496 return index;
53497 }

◆ GetIndex()

idx_t duckdb::MultiFileLocalIndex::GetIndex ( ) const
inline
53498 {
53499 return index;
53500 }

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