Function datafusion::logical_expr::utils::inspect_expr_pre
source ยท pub fn inspect_expr_pre<F, E>(expr: &Expr, f: F) -> Result<(), E>
Expand description
Recursively inspect an Expr
and all its children.
pub fn inspect_expr_pre<F, E>(expr: &Expr, f: F) -> Result<(), E>
Recursively inspect an Expr
and all its children.