Module mz_sql_parser::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.
  • SetPrecedence πŸ”’

Constants§

Traits§

Functions§