Skip to main content

_slice_from_offsets

Function _slice_from_offsets 

Source
pub fn _slice_from_offsets<T>(
    ca: &ChunkedArray<T>,
    first: IdxSize,
    len: IdxSize,
) -> ChunkedArray<T>
where T: PolarsDataType,
Available on crate feature algorithm_group_by only.