Skip to main content

ListChunked

Type Alias ListChunked 

Source
pub type ListChunked = ChunkedArray<ListType>;

Aliased Type§

pub struct ListChunked { /* private fields */ }

Trait Implementations§

Source§

impl<'py> ApplyLambdaGeneric<'py> for ListChunked

Source§

fn apply_generic( &self, py: Python<'py>, lambda: &Bound<'py, PyAny>, skip_nulls: bool, ) -> PyResult<Series>

Source§

fn apply_generic_with_dtype( &self, py: Python<'py>, lambda: &Bound<'py, PyAny>, datatype: &DataType, skip_nulls: bool, ) -> PyResult<Series>