1
0
Fork 0

updated documentation

This commit is contained in:
Jan Steemann 2014-11-14 22:28:42 +01:00
parent 7f6d6f9142
commit 513a1768f6
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ The following other AQL functions have been added:
the counterpart to the already existing `ATTRIBUTES` function)
- `ZIP(attributes, values)`: returns a document constructed from attributes
and values passed in separate parameters
- `PERCENTILE(values, n, method)`: returns the nths percentile of the
values provided, using rank or interpolation method
The already existing functions `CONCAT` and `CONCAT_SEPARATOR` now support
list arguments, e.g.: