Function rle_lengths

Source
pub fn rle_lengths(
    s: &Column,
    lengths: &mut Vec<u32>,
) -> Result<(), PolarsError>
Expand description

Get the run-Lengths of values.