
xdmp:step64( $initial as xs:unsignedLong, $step as xs:unsignedLong ) as xs:unsignedLong
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.