Skip to content

Snowflake: CREATE STREAM ... {AT|BEFORE}(<key> => <expr>) grammar - #19

Merged
hovaesco merged 1 commit into
lav-1503-pipefrom
snowflake/create-stream-at-before
Aug 11, 2026
Merged

Snowflake: CREATE STREAM ... {AT|BEFORE}(<key> => <expr>) grammar#19
hovaesco merged 1 commit into
lav-1503-pipefrom
snowflake/create-stream-at-before

Conversation

@hovaesco

Copy link
Copy Markdown

Adds the optional { AT | BEFORE } ( <key> => <expr> ) seed clause to CREATE STREAM. The clause is carried on Statement::CreateStream as an optional whole function-call Expr (at_before), Display round-trips it, and a fork unit test (parse_sf_create_stream_at_before_stream) covers both spellings plus the clause-less form.

For snowflake-rs LAV-1555.

🤖 Generated with Claude Code

@hovaesco
hovaesco merged commit 94d37ca into lav-1503-pipe Aug 11, 2026
5 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant