File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ options { tokenVocab=CqlLexer; contextSuperClass=CqlContext; }
1717
1818cqlFilter : booleanExpression EOF ;
1919booleanExpression
20- : LEFTPAREN booleanExpression RIGHTPAREN # BoolExprParen
21- | left=booleanExpression AND right=booleanExpression # BoolExprAnd
22- | left=booleanExpression OR right=booleanExpression # BoolExprOr
23- | NOT booleanExpression # BoolExprNot
24- | booleanTerm # BoolExprTerm
25- ;
20+ : LEFTPAREN booleanExpression RIGHTPAREN # BoolExprParen
21+ | left=booleanExpression AND right=booleanExpression # BoolExprAnd
22+ | left=booleanExpression OR right=booleanExpression # BoolExprOr
23+ | NOT booleanExpression # BoolExprNot
24+ | booleanTerm # BoolExprTerm
25+ ;
2626// booleanFactor : ( NOT )? booleanPrimary;
2727booleanTerm : predicate
28- | booleanLiteral
29- ;
28+ | booleanLiteral
29+ ;
3030
3131/* ============================================================================
3232# CQL supports scalar, spatial, temporal and existence predicates.
You can’t perform that action at this time.
0 commit comments