pub fn rename_tables(
expr: Expression,
mapping: &HashMap<String, String>,
) -> ExpressionExpand description
Rename tables throughout the expression tree using the provided mapping.
pub fn rename_tables(
expr: Expression,
mapping: &HashMap<String, String>,
) -> ExpressionRename tables throughout the expression tree using the provided mapping.