pub fn rle_lengths( s: &Column, lengths: &mut Vec<u32>, ) -> Result<(), PolarsError>
polars-ops
Get the run-Lengths of values.