Function mz_sql::ast::transform::rewrite_query
source · fn rewrite_query(
from: FullItemName,
to: String,
query: &mut Query<Raw>,
) -> Result<(), String>
Expand description
Rewrites query
’s references of from
to to
or errors if too ambiguous.