xdmp.step64( initial as (Number|String), step as (Number|String) ) as (Number|String)
Combines an initial hash with a subsequent hash.
Parameters | |
---|---|
initial | An initial hash. |
step | A step hash to be combined with the initial hash. |
xdmp.step64(xdmp.hash64("initial"), xdmp.hash64("step")); => 12899951685816192752
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.