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
Exprs.
Functions
- Recursively inspect an
Exprand all its childen.