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::Rule Class Referenceabstract
Collaboration diagram for duckdb::Rule:

Public Member Functions

 Rule (ExpressionRewriter &rewriter)
 
ClientContextGetContext () const
 
virtual unique_ptr< ExpressionApply (LogicalOperator &op, vector< reference< Expression > > &bindings, bool &fixed_point, bool is_root)=0
 

Public Attributes

ExpressionRewriterrewriter
 The expression rewriter this rule belongs to.
 
unique_ptr< ExpressionMatcherroot
 The expression matcher of the rule.
 

Constructor & Destructor Documentation

◆ Rule()

duckdb::Rule::Rule ( ExpressionRewriter rewriter)
inlineexplicit
69558 : rewriter(rewriter) {
69559 }
ExpressionRewriter & rewriter
The expression rewriter this rule belongs to.
Definition duckdb.cpp:69564

◆ ~Rule()

virtual duckdb::Rule::~Rule ( )
inlinevirtual
69560 {
69561 }

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