Module mz_sql_parser::ast

source ·
Expand description

SQL Abstract Syntax Tree (AST) types

Modules§

  • defs 🔒
    This module houses the definitions of the structs and enums that are formally part of the AST.
  • Transformation of an owned AST.
  • metadata 🔒
  • 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§