[feature](nereids) support syntax: count(all *) (#15376)
This commit is contained in:
@ -296,7 +296,7 @@ primaryExpression
|
||||
| constant #constantDefault
|
||||
| ASTERISK #star
|
||||
| qualifiedName DOT ASTERISK #star
|
||||
| identifier LEFT_PAREN (DISTINCT? arguments+=expression
|
||||
| identifier LEFT_PAREN ((DISTINCT|ALL)? arguments+=expression
|
||||
(COMMA arguments+=expression)*)? RIGHT_PAREN #functionCall
|
||||
| LEFT_PAREN query RIGHT_PAREN #subqueryExpression
|
||||
| identifier #columnReference
|
||||
|
||||
Reference in New Issue
Block a user