datafusion_expr::utils

Function inspect_expr_pre

Source
pub fn inspect_expr_pre<F, E>(expr: &Expr, f: F) -> Result<(), E>
where F: FnMut(&Expr) -> Result<(), E>,
Expand description

Recursively inspect an Expr and all its children.