Module datafusion_expr::expr_visitor
source · Expand description
Expression visitor
Enums
- Controls how the visitor recursion should proceed.
Traits
- trait for types that can be visited by
ExpressionVisitor
- Implements the visitor pattern for recursively walking
Expr
s.
Functions
- Recursively inspect an
Expr
and all its childen.