Skip to content

Commit 1fdb090

Browse files
committed
[ES|QL] Ability to use non-constant expression for commandOptions.
1 parent 98c1708 commit 1fdb090

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ commandOptions
232232
;
233233

234234
commandOption
235-
: identifier ASSIGN constant
235+
: identifier ASSIGN primaryExpression
236236
;
237237

238238
explainCommand

0 commit comments

Comments
 (0)