We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a42c3f commit 68ebe75Copy full SHA for 68ebe75
src/ast/mod.rs
@@ -3383,7 +3383,6 @@ pub enum Statement {
3383
/// <https://docs.snowflake.com/en/sql-reference/sql/alter-iceberg-table>
3384
iceberg: bool,
3385
/// Token that represents the end of the statement (semicolon or EOF)
3386
- /// Used for accurate span calculation
3387
end_token: AttachedToken,
3388
},
3389
/// ```sql
0 commit comments