Skip to content

Commit 71a6749

Browse files
committed
Move it
1 parent f0d07d1 commit 71a6749

File tree

6 files changed

+404
-360
lines changed

6 files changed

+404
-360
lines changed

x-pack/plugin/esql/src/main/antlr/EsqlBaseParser.g4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ qualifiedNamePatterns
165165
identifier
166166
: UNQUOTED_IDENTIFIER
167167
| QUOTED_IDENTIFIER
168-
| FIRST
169-
| LAST
170168
;
171169

172170
identifierPattern

x-pack/plugin/esql/src/main/antlr/parser/Expression.g4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ functionExpression
5454

5555
functionName
5656
: identifierOrParameter
57+
| FIRST
58+
| LAST
5759
;
5860

5961
mapExpression

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParser.interp

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)