1
0
Fork 0

slightly updated docs

This commit is contained in:
jsteemann 2015-12-22 20:33:50 +01:00
parent 75e815896d
commit e411b88bec
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ AQL supports the following functions to operate on array values:
- *LENGTH(array)*: Returns the length (number of array elements) of *array*. If
*array* is an object / document, returns the number of attribute keys of the document,
regardless of their values.
regardless of their values. If *array* is a collection, returns the number of documents
in it.
- *FLATTEN(array, depth)*: Turns an array of arrays into a flat array. All
array elements in *array* will be expanded in the result array. Non-array elements