risingwave_sqlparser

Module ast

source
Expand description

SQL Abstract Syntax Tree (AST) types

Modules§

  • data_type πŸ”’
  • ddl πŸ”’
    AST types specific to CREATE/ALTER variants of crate::ast::Statement (commonly referred to as Data Definition Language, or DDL)
  • legacy_source πŸ”’
    Content of this file can be deleted once we stop supporting create source syntax v1. New features shall NOT touch this file.
  • operator πŸ”’
  • query πŸ”’
  • statement πŸ”’
  • value πŸ”’

Macros§

Structs§

Enums§

Statics§

Traits§

  • Consumes token from the parser into an AST node.

Functions§

Type Aliases§