Expand description
Helper modules for building and manipulating AST nodes.
Modulesยง
- attached_
token - Helper utilities for attached tokens used by AST helpers.
- key_
value_ options - Utilities for parsing key/value style options in helper statements. Key-value options for SQL statements. See this page for more details.
- stmt_
create_ database - Helpers for
CREATE DATABASEstatement construction/parsing. - stmt_
create_ table - Helpers for
CREATE TABLEstatement construction/parsing. - stmt_
data_ loading - Helpers for data loading/unloading related statements (stages, PUT, COPY INTO). AST types specific to loading and unloading syntax, like one available in Snowflake which contains: STAGE ddl operations, PUT upload or COPY INTO See this page for more details.