Skip to content

Commit 42f0e18

Browse files
committed
Cleanup of ec7831f
1 parent 2c170d8 commit 42f0e18

File tree

3 files changed

+453
-457
lines changed

3 files changed

+453
-457
lines changed

src/alasqlparser.jison

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,6 @@ Aggregator
15211521
| AGGR { $$ = "AGGR"; }
15221522
| ARRAY { $$ = "ARRAY"; }
15231523
| GROUP_CONCAT { $$ = "GROUP_CONCAT"; }
1524-
| CORR { $$ = "CORR"; }
15251524
/* | REDUCE { $$ = "REDUCE"; } */
15261525
;
15271526

0 commit comments

Comments
 (0)