find_column_indexes_referenced_by_expr

Function find_column_indexes_referenced_by_expr 

Source
pub(crate) fn find_column_indexes_referenced_by_expr(
    e: &Expr,
    schema: &DFSchemaRef,
) -> Vec<usize>
Expand description

Recursively walk an expression tree, collecting the column indexes referenced in the expression