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

Public Member Functions

 TableFunctionInput (optional_ptr< const FunctionData > bind_data_p, optional_ptr< LocalTableFunctionState > local_state_p, optional_ptr< GlobalTableFunctionState > global_state_p)
 

Public Attributes

optional_ptr< const FunctionDatabind_data
 
optional_ptr< LocalTableFunctionStatelocal_state
 
optional_ptr< GlobalTableFunctionStateglobal_state
 
AsyncResult async_result {}
 
AsyncResultsExecutionMode results_execution_mode {AsyncResultsExecutionMode::SYNCHRONOUS}
 

Constructor & Destructor Documentation

◆ TableFunctionInput()

duckdb::TableFunctionInput::TableFunctionInput ( optional_ptr< const FunctionData bind_data_p,
optional_ptr< LocalTableFunctionState local_state_p,
optional_ptr< GlobalTableFunctionState global_state_p 
)
inline
26309 : bind_data(bind_data_p), local_state(local_state_p), global_state(global_state_p), async_result() {
26310 }

Member Data Documentation

◆ async_result

AsyncResult duckdb::TableFunctionInput::async_result {}
26316{};

◆ results_execution_mode

AsyncResultsExecutionMode duckdb::TableFunctionInput::results_execution_mode {AsyncResultsExecutionMode::SYNCHRONOUS}
26317{AsyncResultsExecutionMode::SYNCHRONOUS};

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