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

Additional Inherited Members

- Public Member Functions inherited from duckdb::ExpressionMatcher
 ExpressionMatcher (ExpressionClass type=ExpressionClass::INVALID)
 
virtual bool Match (Expression &expr, vector< reference< Expression > > &bindings)
 
- Public Attributes inherited from duckdb::ExpressionMatcher
ExpressionClass expr_class
 The ExpressionClass of the to-be-matched expression. ExpressionClass::INVALID for ANY.
 
unique_ptr< ExpressionTypeMatcherexpr_type
 Matcher for the ExpressionType of the operator (nullptr for ANY)
 
unique_ptr< TypeMatchertype
 Matcher for the return_type of the expression (nullptr for ANY)
 

Constructor & Destructor Documentation

◆ ConstantExpressionMatcher()

duckdb::ConstantExpressionMatcher::ConstantExpressionMatcher ( )
inline
69404 : ExpressionMatcher(ExpressionClass::BOUND_CONSTANT) {
69405 }

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