op functions (Value Processing Functions)

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.

1 function
Function name Description
op.call This function calls value processing built-in functions that aren't listed in the list Value Processing Functions, the API also provides a general-purpose constructor for deferred calls.
Powered by MarkLogic Server | Terms of Use | Privacy Policy