Skip to main content

slice_broadcast_list

Function slice_broadcast_list 

Source
pub fn slice_broadcast_list(
    single_list: Option<Series>,
    offsets: &Int64Chunked,
    lengths: &Int64Chunked,
    target_len: usize,
    name: PlSmallStr,
    inner_dtype: &DataType,
) -> ListChunked