The following functions are used to support builtin functions within a plan. These include datatype constructors, datetime, duration, numeric, sequence, and string functions. Builtins that read documents or indexes, such as fn.doc, and that change the server state in any way are deliberately excluded from this list for performance reasons.
Each function namespace is a separate property on the object returned by requiring the
plan library.
For example, the fn
property has an object with a lowerCase property for the
lowerCase function.
Function name | Description |
---|---|
op.call | This function to calls a built-in function on every row. |