Skip to content

Commit 899389e

Browse files
committed
[HQL] expand identification variable definition function
1 parent 39fb0b4 commit 899389e

File tree

2 files changed

+199
-143
lines changed
  • headless-services/commons/jpql

2 files changed

+199
-143
lines changed

headless-services/commons/jpql/grammars/Jpql.g4

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,18 +598,22 @@ trim_character
598598

599599
identification_variable
600600
: IDENTIFICATION_VARIABLE
601-
| f=(COUNT
601+
| f=(AVG
602+
| COUNT
602603
| DATE
603604
| FROM
604605
| INNER
605606
| KEY
606607
| LEFT
608+
| MAX
609+
| MIN
607610
| NEW
608611
| ORDER
609612
| OUTER
610613
| POWER
611614
| FLOOR
612615
| SIGN
616+
| SUM
613617
| TIME
614618
| TYPE
615619
| VALUE)

0 commit comments

Comments
 (0)