Module stmt_data_loading

Module stmt_data_loading 

Source
Expand description

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.

Structs§

FileStagingCommand
StageLoadSelectItem
StageParamsObject

Enums§

StageLoadSelectItemKind
This enum enables support for both standard SQL select item expressions and Snowflake-specific ones for data loading.