Function compute_labels

Source
pub fn compute_labels(
    breaks: &[f64],
    left_closed: bool,
) -> Result<Vec<PlSmallStr>, PolarsError>