Module mz_sql::ast

source ·
Expand description

SQL abstract syntax tree.

Modules§

  • Transformation of an owned AST.
  • Provides a publicly available interface to transform our SQL ASTs.
  • Traversal of an immutable AST.
  • Traversal of a mutable AST.

Structs§

Enums§

Traits§

  • This represents the metadata that lives next to an AST, as we take it through various stages in the planning process.

Functions§