Skip to content

Commit

Permalink
remove useless code and antlr4 files
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Jin <[email protected]>
  • Loading branch information
LantaoJin committed Jun 6, 2024
1 parent ab884dd commit 7dc9096
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sql/src/main/antlr/OpenSearchSQLLexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ UNION: 'UNION';
USING: 'USING';
WHEN: 'WHEN';
WHERE: 'WHERE';
WITHIN: 'WITHIN';


// OD SQL special keyword
Expand Down
1 change: 0 additions & 1 deletion sql/src/main/antlr/OpenSearchSQLParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ aggregationFunctionName
| STDDEV
| STDDEV_POP
| STDDEV_SAMP
| PERCENTILE
;

mathematicalFunctionName
Expand Down

0 comments on commit 7dc9096

Please sign in to comment.