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

Public Member Functions

void ClearFilters (const PhysicalOperator &op)
 
void PushFilter (const PhysicalOperator &op, idx_t column_index, unique_ptr< TableFilter > filter)
 
bool HasFilters () const
 
unique_ptr< TableFilterSetGetFinalTableFilters (const PhysicalTableScan &scan, optional_ptr< TableFilterSet > existing_filters) const
 

Private Attributes

mutex lock
 
reference_map_t< const PhysicalOperator, unique_ptr< TableFilterSet > > filters
 

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