xdmp:lshift64( $x as xs:unsignedLong, $y as xs:integer ) as xs:unsignedLong
Left-shift a 64-bit integer value.
xdmp:lshift64(255, 2) => 1020