xdmp.lshift64( x as (Number|String), y as Number ) as (Number|String)
Left-shift a 64-bit integer value.
xdmp.lshift64(255, 2); => 1020