AqlFunctionResult Properties |
The AqlFunctionResult type exposes the following members.
Name | Description | |
---|---|---|
Code |
A string representation of the function body.
| |
IsDeterministic |
Whether the function results are fully deterministic
(function return value solely depends on the input value
and return value is the same for repeated calls with same input).
| |
Name |
The fully qualified name of the user function.
|