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::UDFWrapper Member List

This is the complete list of members for duckdb::UDFWrapper, including all inherited members.

CreateAggregateFunction(const string &name) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlinestatic
CreateAggregateFunction(const string &name) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlinestatic
CreateAggregateFunction(const string &name, const LogicalType &ret_type, const LogicalType &input_type) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlinestatic
CreateAggregateFunction(const string &name, const LogicalType &ret_type, const LogicalType &input_type_a, const LogicalType &input_type_b) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlinestatic
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::UDFWrapperinlinestatic
CreateBinaryAggregateFunction(const string &name) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateBinaryAggregateFunction(const string &name, const LogicalType &ret_type, const LogicalType &input_type_a, const LogicalType &input_type_b) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateBinaryFunction(const string &name, TR(*udf_func)(TA, TB)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateBinaryFunction(const string &name, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateBinaryFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateBinaryFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(TA, TB)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateScalarFunction(const string &name, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlinestatic
CreateScalarFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlinestatic
CreateTernaryFunction(const string &name, TR(*udf_func)(TA, TB, TC)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateTernaryFunction(const string &name, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateTernaryFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateTernaryFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(TA, TB, TC)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateUnaryAggregateFunction(const string &name) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateUnaryAggregateFunction(const string &name, const LogicalType &ret_type, const LogicalType &input_type) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateUnaryFunction(const string &name, TR(*udf_func)(TA)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateUnaryFunction(const string &name, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateUnaryFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(ARGS...)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
CreateUnaryFunction(const string &name, const vector< LogicalType > &args, const LogicalType &ret_type, TR(*udf_func)(TA)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
GetArgumentType() (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
GetArgumentTypesRecursive(vector< LogicalType > &arguments) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
GetArgumentTypesRecursive(vector< LogicalType > &arguments) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic
RegisterAggrFunction(AggregateFunction aggr_function, ClientContext &context, LogicalType varargs=LogicalType(LogicalTypeId::INVALID)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperstatic
RegisterFunction(const string &name, scalar_function_t udf_function, ClientContext &context, LogicalType varargs=LogicalType(LogicalTypeId::INVALID)) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlinestatic
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::UDFWrapperstatic
TypesMatch(const LogicalType &sql_type) (defined in duckdb::UDFWrapper)duckdb::UDFWrapperinlineprivatestatic