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

Public Member Functions

void AddPath (const ColumnIndex &path)
 

Public Attributes

vector< reference< BoundColumnRefExpression > > bindings
 The BoundColumnRefExpressions in the operator that reference the same ColumnBinding.
 
vector< ReferencedStructExtractstruct_extracts
 
vector< ColumnIndexchild_columns
 
PushdownExtractSupport supports_pushdown_extract = PushdownExtractSupport::UNCHECKED
 Whether we can create a pushdown extract for the children of this column (if any)
 
column_index_set unique_paths
 Map from extract path to the binding created for it (if pushdown extract)
 

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