mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
06667eb185
|
@ -10,6 +10,8 @@ var aqlfunctions = require("@arangodb/aql/functions");
|
|||
To register a function, the fully qualified function name plus the
|
||||
function code must be specified.
|
||||
|
||||
The [HTTP Interface](../HttpAqlUserFunctions/README.md) also offers User Functions management.
|
||||
|
||||
!SUBSECTION Registering an AQL user function
|
||||
|
||||
`aqlfunctions.register(name, code, isDeterministic)`
|
||||
|
|
Loading…
Reference in New Issue