xdmp:rshift64( $x as xs:unsignedLong, $y as xs:integer ) as xs:unsignedLong
Right-shift a 64-bit integer value.
xdmp:rshift64(255, 2) => 63