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

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

bind_functions (defined in duckdb::CastFunctionSet)duckdb::CastFunctionSetprivate
CastFunctionSet() (defined in duckdb::CastFunctionSet)duckdb::CastFunctionSet
CastFunctionSet(DBConfig &config) (defined in duckdb::CastFunctionSet)duckdb::CastFunctionSetexplicit
config (defined in duckdb::CastFunctionSet)duckdb::CastFunctionSetprivate
Get(ClientContext &context) (defined in duckdb::CastFunctionSet)duckdb::CastFunctionSetstatic
Get(DatabaseInstance &db) (defined in duckdb::CastFunctionSet)duckdb::CastFunctionSetstatic
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::CastFunctionSetstatic
ImplicitCastCost(DatabaseInstance &db, const LogicalType &source, const LogicalType &target) (defined in duckdb::CastFunctionSet)duckdb::CastFunctionSetstatic
map_infoduckdb::CastFunctionSetprivate
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::CastFunctionSetprivate