Structs§
Enums§
Functions§
- compile_
sql_ stmt - Parse and type check a general query into a StatementCtx.
- parse_
and_ type_ sql - type_
and_ rewrite_ set - The concept of
SETonly exists in the ast. We translate it here to anINSERTon thest_varsystem table. That is: - type_
and_ rewrite_ show - The concept of
SHOWonly exists in the ast. We translate it here to aSELECTon thest_varsystem table. That is: - type_
delete - Type check a DELETE statement
- type_
insert - Type check an INSERT statement
- type_
update - Type check an UPDATE statement