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

Public Member Functions

 aggregate_state_t (string function_name_p, LogicalType return_type_p, vector< LogicalType > bound_argument_types_p)
 

Public Attributes

string function_name
 
LogicalType return_type
 
vector< LogicalTypebound_argument_types
 

Constructor & Destructor Documentation

◆ aggregate_state_t() [1/2]

duckdb::aggregate_state_t::aggregate_state_t ( )
inline
3256 {
3257 }

◆ aggregate_state_t() [2/2]

duckdb::aggregate_state_t::aggregate_state_t ( string  function_name_p,
LogicalType  return_type_p,
vector< LogicalType bound_argument_types_p 
)
inline
3260 : function_name(std::move(function_name_p)), return_type(std::move(return_type_p)),
3261 bound_argument_types(std::move(bound_argument_types_p)) {
3262 }

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