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

Public Member Functions

 ScalarMacroFunction (unique_ptr< ParsedExpression > expression)
 
unique_ptr< MacroFunctionCopy () const override
 
string ToSQL () const override
 
void Serialize (Serializer &serializer) const override
 
- Public Member Functions inherited from duckdb::MacroFunction
 MacroFunction (MacroType type)
 
void CopyProperties (MacroFunction &other) const
 
vector< unique_ptr< ParsedExpression > > GetPositionalParametersForSerialization (Serializer &serializer) const
 
void FinalizeDeserialization ()
 
template<class TARGET >
TARGETCast ()
 
template<class TARGET >
const TARGETCast () const
 

Static Public Member Functions

static unique_ptr< MacroFunctionDeserialize (Deserializer &deserializer)
 
- Static Public Member Functions inherited from duckdb::MacroFunction
static MacroBindResult BindMacroFunction (Binder &binder, const vector< unique_ptr< MacroFunction > > &macro_functions, const string &name, FunctionExpression &function_expr, vector< unique_ptr< ParsedExpression > > &positional_arguments, InsertionOrderPreservingMap< unique_ptr< ParsedExpression > > &named_arguments, idx_t depth)
 
static unique_ptr< DummyBindingCreateDummyBinding (const MacroFunction &macro_def, const string &name, vector< unique_ptr< ParsedExpression > > &positional_arguments, InsertionOrderPreservingMap< unique_ptr< ParsedExpression > > &named_arguments)
 
static unique_ptr< MacroFunctionDeserialize (Deserializer &deserializer)
 

Public Attributes

unique_ptr< ParsedExpressionexpression
 The macro expression.
 
- Public Attributes inherited from duckdb::MacroFunction
MacroType type
 The type.
 
vector< unique_ptr< ParsedExpression > > parameters
 The parameters (ColumnRefExpression)
 
InsertionOrderPreservingMap< unique_ptr< ParsedExpression > > default_parameters
 The default values of the parameters.
 
vector< LogicalTypetypes
 The types of the parameters.
 

Static Public Attributes

static constexpr const MacroType TYPE = MacroType::SCALAR_MACRO
 

Member Function Documentation

◆ Copy()

unique_ptr< MacroFunction > duckdb::ScalarMacroFunction::Copy ( ) const
overridevirtual

Implements duckdb::MacroFunction.

◆ ToSQL()

string duckdb::ScalarMacroFunction::ToSQL ( ) const
overridevirtual

Reimplemented from duckdb::MacroFunction.

◆ Serialize()

void duckdb::ScalarMacroFunction::Serialize ( Serializer serializer) const
overridevirtual

Reimplemented from duckdb::MacroFunction.


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