pub fn apply_shift_right_unsigned( column: Column, n: i32, ) -> PolarsResult<Option<Column>>
shiftRightUnsigned - logical right shift for i64 (PySpark shiftRightUnsigned).