Skip to content

Commit

Permalink
Merge pull request #46 from kitagry/support-pivot
Browse files Browse the repository at this point in the history
Support pivot and unpivot
  • Loading branch information
kitagry authored Aug 10, 2023
2 parents 5113d8c + 47c3166 commit 81d7693
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions langserver/internal/source/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ func (p *Project) analyzeStatement(rawText string, stmt ast.StatementNode) (*zet
zetasql.FeatureV13ExtendedGeographyParsers,
zetasql.FeatureTemplateFunctions,
zetasql.FeatureV11WithOnSubquery,
zetasql.FeatureV13Pivot,
zetasql.FeatureV13Unpivot,
})
langOpt.SetSupportedStatementKinds([]rast.Kind{
rast.BeginStmt,
Expand Down

0 comments on commit 81d7693

Please sign in to comment.