Skip to main content

rename_tables

Function rename_tables 

Source
pub fn rename_tables(
    expr: Expression,
    mapping: &HashMap<String, String>,
) -> Expression
Expand description

Rename tables throughout the expression tree using the provided mapping.