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

Public Member Functions

 TableFunctionBindInput (vector< Value > &inputs, named_parameter_map_t &named_parameters, vector< LogicalType > &input_table_types, vector< string > &input_table_names, optional_ptr< TableFunctionInfo > info, optional_ptr< Binder > binder, TableFunction &table_function, const TableFunctionRef &ref)
 

Public Attributes

vector< Value > & inputs
 
named_parameter_map_t & named_parameters
 
vector< LogicalType > & input_table_types
 
vector< string > & input_table_names
 
optional_ptr< TableFunctionInfoinfo
 
optional_ptr< Binderbinder
 
TableFunctiontable_function
 
const TableFunctionRefref
 

Constructor & Destructor Documentation

◆ TableFunctionBindInput()

duckdb::TableFunctionBindInput::TableFunctionBindInput ( vector< Value > &  inputs,
named_parameter_map_t &  named_parameters,
vector< LogicalType > &  input_table_types,
vector< string > &  input_table_names,
optional_ptr< TableFunctionInfo info,
optional_ptr< Binder binder,
TableFunction table_function,
const TableFunctionRef ref 
)
inline
26245 : inputs(inputs), named_parameters(named_parameters), input_table_types(input_table_types),
26246 input_table_names(input_table_names), info(info), binder(binder), table_function(table_function), ref(ref) {
26247 }

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