Skip to main content

Module helpers

Module helpers 

Source
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 DATABASE statement construction/parsing.
stmt_create_table
Helpers for CREATE TABLE statement 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.