Expand description
Provides a publicly available interface to transform our SQL ASTs.
Structs§
- Create
SqlId πReplacer - Create
SqlRewriter π - Query
Ident πAgg
Functions§
- ambiguous_
err π - Changes the
name
used in an itemβsCREATE
statement. To complete a rename operation, you must also callcreate_stmt_rename_refs
on all dependent items. - Updates all references of
from_name
increate_stmt
toto_name
or errors if request is ambiguous. - Updates all
CatalogItemId
s from the keys ofids
to the values ofids
withincreate_stmt
. - rewrite_
query πRewritesquery
βs references offrom
toto
or errors if too ambiguous.