![]() |
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::CastFunctionSet, including all inherited members.
| bind_functions (defined in duckdb::CastFunctionSet) | duckdb::CastFunctionSet | private |
| CastFunctionSet() (defined in duckdb::CastFunctionSet) | duckdb::CastFunctionSet | |
| CastFunctionSet(DBConfig &config) (defined in duckdb::CastFunctionSet) | duckdb::CastFunctionSet | explicit |
| config (defined in duckdb::CastFunctionSet) | duckdb::CastFunctionSet | private |
| Get(ClientContext &context) (defined in duckdb::CastFunctionSet) | duckdb::CastFunctionSet | static |
| Get(DatabaseInstance &db) (defined in duckdb::CastFunctionSet) | duckdb::CastFunctionSet | static |
| GetCastFunction(const LogicalType &source, const LogicalType &target, GetCastFunctionInput &input) | duckdb::CastFunctionSet | |
| ImplicitCastCost(optional_ptr< ClientContext > context, const LogicalType &source, const LogicalType &target) | duckdb::CastFunctionSet | |
| ImplicitCastCost(ClientContext &context, const LogicalType &source, const LogicalType &target) (defined in duckdb::CastFunctionSet) | duckdb::CastFunctionSet | static |
| ImplicitCastCost(DatabaseInstance &db, const LogicalType &source, const LogicalType &target) (defined in duckdb::CastFunctionSet) | duckdb::CastFunctionSet | static |
| map_info | duckdb::CastFunctionSet | private |
| RegisterCastFunction(const LogicalType &source, const LogicalType &target, BoundCastInfo function, int64_t implicit_cast_cost=-1) | duckdb::CastFunctionSet | |
| RegisterCastFunction(const LogicalType &source, const LogicalType &target, bind_cast_function_t bind, int64_t implicit_cast_cost=-1) (defined in duckdb::CastFunctionSet) | duckdb::CastFunctionSet | |
| RegisterCastFunction(const LogicalType &source, const LogicalType &target, MapCastNode node) (defined in duckdb::CastFunctionSet) | duckdb::CastFunctionSet | private |