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::TypeManager Class Reference
Collaboration diagram for duckdb::TypeManager:

Public Member Functions

 TypeManager (DBConfig &config)
 
CastFunctionSetGetCastFunctions ()
 Get the CastFunctionSet from the TypeManager.
 
LogicalType ParseLogicalType (const string &type_str, ClientContext &context) const
 Try to parse and bind a logical type from a string. Throws an exception if the type could not be parsed.
 

Static Public Member Functions

static TypeManagerGet (DatabaseInstance &db)
 Get the TypeManager from the DatabaseInstance.
 
static TypeManagerGet (ClientContext &context)
 

Private Attributes

LogicalType(* parse_function )(const string &, ClientContext &)
 
unique_ptr< CastFunctionSetcast_functions
 The set of cast functions.
 

Member Data Documentation

◆ parse_function

LogicalType(* duckdb::TypeManager::parse_function) (const string &, ClientContext &)
private

This has to be a function pointer to avoid the compiler inlining the implementation and blowing up the binary size of extensions that include type_manager.hpp


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