xdmp.step64

xdmp.step64(
   initial as (Number|String),
   step as (Number|String)
) as (Number|String)

Summary

Combines an initial hash with a subsequent hash.

Parameters
initial An initial hash.
step A step hash to be combined with the initial hash.

Example

xdmp.step64(xdmp.hash64("initial"), xdmp.hash64("step"));
=> 12899951685816192752
Powered by MarkLogic Server | Terms of Use | Privacy Policy