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

Public Member Functions

 FunctionBindExpressionInput (ClientContext &context_p, optional_ptr< FunctionData > bind_data_p, vector< unique_ptr< Expression > > &children_p)
 

Public Attributes

ClientContextcontext
 
optional_ptr< FunctionDatabind_data
 
vector< unique_ptr< Expression > > & children
 

Constructor & Destructor Documentation

◆ FunctionBindExpressionInput()

duckdb::FunctionBindExpressionInput::FunctionBindExpressionInput ( ClientContext context_p,
optional_ptr< FunctionData bind_data_p,
vector< unique_ptr< Expression > > &  children_p 
)
inline
16473 : context(context_p), bind_data(bind_data_p), children(children_p) {
16474 }

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