mirror of https://gitee.com/bigwinds/arangodb
use ::
This commit is contained in:
parent
e1652be8d2
commit
1ce14d32b1
|
@ -26,9 +26,9 @@ function groups if required.
|
|||
|
||||
Examples:
|
||||
|
||||
RETURN myfunctions:myfunc()
|
||||
RETURN myfunctions::myfunc()
|
||||
|
||||
RETURN myfunctions:math:random()
|
||||
RETURN myfunctions::math::random()
|
||||
|
||||
Note: as all function names in AQL, user function names are also
|
||||
case-insensitive.
|
||||
|
|
Loading…
Reference in New Issue