[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:
Kibana Machine 2024-12-16 18:53:20 +11:00 committed by GitHub
parent 612ddaaf71
commit 3e674550cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 557 additions and 535 deletions

View file

@ -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