Loading TOC...

xdmp:step64

xdmp:step64(
   $initial as xs:unsignedLong,
   $step as xs:unsignedLong
) as xs:unsignedLong

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

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.