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§
- File
Staging Command - A command to stage files to a named stage.
- Stage
Load Select Item - A single item in the
SELECTlist for data loading from staged files. - Stage
Params Object - Parameters for a named stage object used in data loading/unloading.
Enums§
- Stage
Load Select Item Kind - This enum enables support for both standard SQL select item expressions and Snowflake-specific ones for data loading.