mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ES|QL] Update grammars (#204333)
This PR updates the ES|QL grammars (lexer and parser) to match the latest version in Elasticsearch.
This commit is contained in:
parent
612ddaaf71
commit
3e674550cd
3 changed files with 557 additions and 535 deletions
|
@ -80,7 +80,7 @@ regexBooleanExpression
|
|||
;
|
||||
|
||||
matchBooleanExpression
|
||||
: fieldExp=qualifiedName COLON queryString=constant
|
||||
: fieldExp=qualifiedName (CAST_OP fieldType=dataType)? COLON matchQuery=constant
|
||||
;
|
||||
|
||||
valueExpression
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue