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

Public Member Functions

 TableFunctionDynamicToStringInput (const TableFunction &table_function_p, optional_ptr< const FunctionData > bind_data_p, optional_ptr< LocalTableFunctionState > local_state_p, optional_ptr< GlobalTableFunctionState > global_state_p)
 

Public Attributes

const TableFunctiontable_function
 
optional_ptr< const FunctionDatabind_data
 
optional_ptr< LocalTableFunctionStatelocal_state
 
optional_ptr< GlobalTableFunctionStateglobal_state
 

Constructor & Destructor Documentation

◆ TableFunctionDynamicToStringInput()

duckdb::TableFunctionDynamicToStringInput::TableFunctionDynamicToStringInput ( const TableFunction table_function_p,
optional_ptr< const FunctionData bind_data_p,
optional_ptr< LocalTableFunctionState local_state_p,
optional_ptr< GlobalTableFunctionState global_state_p 
)
inline
26342 : table_function(table_function_p), bind_data(bind_data_p), local_state(local_state_p),
26343 global_state(global_state_p) {
26344 }

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