xdmp.rshift64( x as (Number|String), y as Number ) as (Number|String)
Right-shift a 64-bit integer value.
xdmp.rshift64(255, 2); => 63