DDC-3276 - #1122 - updating EBNF in docblock to reflect new syntax support
This commit is contained in:
parent
a2e0133a94
commit
45d74e7220
1 changed files with 1 additions and 2 deletions
|
@ -2939,8 +2939,7 @@ class Parser
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* AggregateExpression ::=
|
* AggregateExpression ::=
|
||||||
* ("AVG" | "MAX" | "MIN" | "SUM") "(" ["DISTINCT"] StateFieldPathExpression ")" |
|
* ("AVG" | "MAX" | "MIN" | "SUM" | "COUNT") "(" ["DISTINCT"] SimpleArithmeticExpression ")"
|
||||||
* "COUNT" "(" ["DISTINCT"] (IdentificationVariable | SingleValuedPathExpression) ")"
|
|
||||||
*
|
*
|
||||||
* @return \Doctrine\ORM\Query\AST\AggregateExpression
|
* @return \Doctrine\ORM\Query\AST\AggregateExpression
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue