mz_sql_parser

Module parser

Source
Expand description

SQL Parser

Macros§

Structs§

Enums§

  • IsLateral 🔒
  • IsOptional 🔒
  • Represents an expression or query (a “fragment”) with parentheses around it, when it is unknown whether the fragment belongs to a larger expression or query.
  • Precedence 🔒
    Defines a number of precedence classes operators follow. Since this enum derives Ord, the precedence classes are ordered from weakest binding at the top to tightest binding at the bottom.

Constants§

Traits§

Functions§