Skip to content

Commit c986f6a

Browse files
committed
HHH-17355 Add array functions to NodeBuilder
1 parent 5b69d75 commit c986f6a

File tree

3 files changed

+1292
-0
lines changed

3 files changed

+1292
-0
lines changed

documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,7 @@ The following functions deal with SQL array types, which are not supported on ev
11301130
| `array_get()` | Accesses the element of an array by index
11311131
| `array_set()` | Creates array copy with given element at given index
11321132
| `array_remove()` | Creates array copy with given element removed
1133+
| `array_remove_index()` | Creates array copy with the element at the given index removed
11331134
| `array_slice()` | Creates a sub-array of the based on lower and upper index
11341135
| `array_replace()` | Creates array copy replacing a given element with another
11351136
|===

0 commit comments

Comments
 (0)