replace_column_in_expr

Function replace_column_in_expr 

Source
fn replace_column_in_expr(expr: &mut Expr, from_column: &str, to_column: &str)
Expand description

Replaces column identifier references in a SQL expression. Used for backward compatibility where old column names should work with new ones.