datafusion_expr::expr_rewriter

Function strip_outer_reference

Source
pub fn strip_outer_reference(expr: Expr) -> Expr
Expand description

Recursively remove all the [‘OuterReferenceColumn’] and return the inside Column in the expression tree.