Type alias AqlUserFunction

AqlUserFunction: { code: string; isDeterministic: boolean; name: string }

Definition of an AQL User Function.

Type declaration

  • code: string

    Implementation of the AQL User Function.

  • isDeterministic: boolean

    Whether the function is deterministic.

    See createFunction.

  • name: string

    Name of the AQL User Function.

Generated using TypeDoc