Function connectorx::fed_rewriter::rewrite_sql

source ยท
pub fn rewrite_sql(
    sql: &str,
    db_map: &HashMap<String, FederatedDataSourceInfo<'_>>,
    j4rs_base: Option<&str>,
    strategy: &str,
) -> Result<Vec<Plan>, ConnectorXOutError>