![]() |
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.
|
This is the complete list of members for duckdb::UDFWrapper, including all inherited members.
| CreateAggregateFunction(const string &name) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlinestatic |
| CreateAggregateFunction(const string &name) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlinestatic |
| CreateAggregateFunction(const string &name, const LogicalType &ret_type, const LogicalType &input_type) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlinestatic |
| CreateAggregateFunction(const string &name, const LogicalType &ret_type, const LogicalType &input_type_a, const LogicalType &input_type_b) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlinestatic |
| CreateAggregateFunction(const string &name, const vector< LogicalType > &arguments, const LogicalType &return_type, aggregate_size_t state_size, aggregate_initialize_t initialize, aggregate_update_t update, aggregate_combine_t combine, aggregate_finalize_t finalize, aggregate_simple_update_t simple_update=nullptr, bind_aggregate_function_t bind=nullptr, aggregate_destructor_t destructor=nullptr) | duckdb::UDFWrapper | inlinestatic |
| CreateBinaryAggregateFunction(const string &name) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateBinaryAggregateFunction(const string &name, const LogicalType &ret_type, const LogicalType &input_type_a, const LogicalType &input_type_b) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateBinaryFunction(const string &name, TR(*udf_func)(TA, TB)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateBinaryFunction(const string &name, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateBinaryFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateBinaryFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(TA, TB)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateScalarFunction(const string &name, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlinestatic |
| CreateScalarFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlinestatic |
| CreateTernaryFunction(const string &name, TR(*udf_func)(TA, TB, TC)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateTernaryFunction(const string &name, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateTernaryFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateTernaryFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(TA, TB, TC)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateUnaryAggregateFunction(const string &name) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateUnaryAggregateFunction(const string &name, const LogicalType &ret_type, const LogicalType &input_type) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateUnaryFunction(const string &name, TR(*udf_func)(TA)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateUnaryFunction(const string &name, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateUnaryFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| CreateUnaryFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(TA)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| GetArgumentType() (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| GetArgumentTypesRecursive(vector< LogicalType > &arguments) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| GetArgumentTypesRecursive(vector< LogicalType > &arguments) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |
| RegisterAggrFunction(AggregateFunction aggr_function, ClientContext &context, LogicalType varargs=LogicalType(LogicalTypeId::INVALID)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | static |
| RegisterFunction(const string &name, scalar_function_t udf_function, ClientContext &context, LogicalType varargs=LogicalType(LogicalTypeId::INVALID)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlinestatic |
| RegisterFunction(string name, vector< LogicalType > args, LogicalType ret_type, scalar_function_t udf_function, ClientContext &context, LogicalType varargs=LogicalType(LogicalTypeId::INVALID)) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | static |
| TypesMatch(const LogicalType &sql_type) (defined in duckdb::UDFWrapper) | duckdb::UDFWrapper | inlineprivatestatic |