mirror of https://gitee.com/bigwinds/arangodb
use ::
This commit is contained in:
parent
10592ea06b
commit
70ba4a8697
|
@ -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