Skip to content

Commit

Permalink
Fix antlr
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrik Saly <hendrik.saly@eliatra.com>
  • Loading branch information
salyh committed Oct 14, 2024
1 parent 3cddc42 commit d2bf012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ booleanExpression
| isEmptyExpression # isEmptyExpr
| valueExpressionList NOT? IN LT_SQR_PRTHS subSearch RT_SQR_PRTHS # inSubqueryExpr
| EXISTS LT_SQR_PRTHS subSearch RT_SQR_PRTHS # existsSubqueryExpr
| cidrFunctionCall
| cidrFunctionCall # cidrFunctionCallExpr
;

isEmptyExpression
Expand Down

0 comments on commit d2bf012

Please sign in to comment.