Skip to main content

Module stmt_data_loading

Module stmt_data_loading 

Source
Expand description

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.

Structs§

FileStagingCommand
A command to stage files to a named stage.
StageLoadSelectItem
A single item in the SELECT list for data loading from staged files.
StageParamsObject
Parameters for a named stage object used in data loading/unloading.

Enums§

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