Function shiftrightunsigned

Source
pub fn shiftrightunsigned(
    col: impl Into<Column>,
    num_bits: impl Into<Column>,
) -> Column
Expand description

(Signed) shift the given value numBits right.