Skip to content

Commit

Permalink
Merge pull request #184 from kitagry/support-qualify
Browse files Browse the repository at this point in the history
feat: support qualify
  • Loading branch information
kitagry authored Dec 7, 2024
2 parents 8db8fce + 3e0a839 commit e1f4013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions langserver/internal/source/file/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func (a *Analyzer) AnalyzeStatement(rawText string, stmt ast.StatementNode, cata
zetasql.FeatureV13Pivot,
zetasql.FeatureV13Unpivot,
zetasql.FeatureV13WithRecursive,
zetasql.FeatureV13Qualify,
})
langOpt.SetSupportedStatementKinds([]rast.Kind{
rast.BeginStmt,
Expand Down

0 comments on commit e1f4013

Please sign in to comment.