mirror of https://gitee.com/bigwinds/arangodb
updated documentation
This commit is contained in:
parent
7f6d6f9142
commit
513a1768f6
|
@ -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.:
|
||||
|
|
Loading…
Reference in New Issue