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

Public Member Functions

 TableFunctionGetStatisticsInput (const FunctionData *bind_data, const ColumnIndex &column_index)
 

Public Attributes

optional_ptr< const FunctionDatabind_data
 
ColumnIndex column_index
 

Constructor & Destructor Documentation

◆ TableFunctionGetStatisticsInput()

duckdb::TableFunctionGetStatisticsInput::TableFunctionGetStatisticsInput ( const FunctionData bind_data,
const ColumnIndex column_index 
)
inline
26371 : bind_data(bind_data), column_index(column_index) {
26372 }

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