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

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

DefaultRefCallback(TableRef &ref) (defined in duckdb::ParsedExpressionIterator)duckdb::ParsedExpressionIteratorinlineprivatestatic
EnumerateChildren(const ParsedExpression &expression, const std::function< void(const ParsedExpression &child)> &callback) (defined in duckdb::ParsedExpressionIterator)duckdb::ParsedExpressionIteratorstatic
EnumerateChildren(ParsedExpression &expr, const std::function< void(ParsedExpression &child)> &callback) (defined in duckdb::ParsedExpressionIterator)duckdb::ParsedExpressionIteratorstatic
EnumerateChildren(ParsedExpression &expr, const std::function< void(unique_ptr< ParsedExpression > &child)> &callback) (defined in duckdb::ParsedExpressionIterator)duckdb::ParsedExpressionIteratorstatic
EnumerateQueryNodeChildren(QueryNode &node, const std::function< void(unique_ptr< ParsedExpression > &child)> &expr_callback, const std::function< void(TableRef &ref)> &ref_callback=DefaultRefCallback) (defined in duckdb::ParsedExpressionIterator)duckdb::ParsedExpressionIteratorstatic
EnumerateQueryNodeModifiers(QueryNode &node, const std::function< void(unique_ptr< ParsedExpression > &child)> &expr_callback) (defined in duckdb::ParsedExpressionIterator)duckdb::ParsedExpressionIteratorstatic
EnumerateTableRefChildren(TableRef &ref, const std::function< void(unique_ptr< ParsedExpression > &child)> &expr_callback, const std::function< void(TableRef &ref)> &ref_callback=DefaultRefCallback) (defined in duckdb::ParsedExpressionIterator)duckdb::ParsedExpressionIteratorstatic
VisitExpression(const ParsedExpression &expr, const std::function< void(const T &child)> &callback) (defined in duckdb::ParsedExpressionIterator)duckdb::ParsedExpressionIteratorinlinestatic
VisitExpressionClass(const ParsedExpression &expr, ExpressionClass expr_class, const std::function< void(const ParsedExpression &child)> &callback) (defined in duckdb::ParsedExpressionIterator)duckdb::ParsedExpressionIteratorstatic
VisitExpressionClassMutable(ParsedExpression &expr, ExpressionClass expr_class, const std::function< void(ParsedExpression &child)> &callback) (defined in duckdb::ParsedExpressionIterator)duckdb::ParsedExpressionIteratorstatic
VisitExpressionMutable(ParsedExpression &expr, const std::function< void(T &child)> &callback) (defined in duckdb::ParsedExpressionIterator)duckdb::ParsedExpressionIteratorinlinestatic