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

Public Member Functions

idx_t MaxThreads () const override
 
bool CanRemoveFilterColumns () const
 
- Public Member Functions inherited from duckdb::GlobalTableFunctionState
template<class TARGET >
TARGETCast ()
 
template<class TARGET >
const TARGETCast () const
 

Public Attributes

unique_ptr< ArrowArrayStreamWrapperstream
 
mutex main_mutex
 
idx_t max_threads = 1
 
idx_t batch_index = 0
 
bool done = false
 
vector< idx_tprojection_ids
 
vector< LogicalTypescanned_types
 

Additional Inherited Members

- Static Public Attributes inherited from duckdb::GlobalTableFunctionState
static constexpr const int64_t MAX_THREADS = 999999999
 

Member Function Documentation

◆ MaxThreads()

idx_t duckdb::ArrowScanGlobalState::MaxThreads ( ) const
inlineoverridevirtual

Reimplemented from duckdb::GlobalTableFunctionState.

27417 {
27418 return max_threads;
27419 }

◆ CanRemoveFilterColumns()

bool duckdb::ArrowScanGlobalState::CanRemoveFilterColumns ( ) const
inline
27421 {
27422 return !projection_ids.empty();
27423 }

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