Skip to main content

BooleanChunked

Type Alias BooleanChunked 

Source
pub type BooleanChunked = ChunkedArray<BooleanType>;

Aliased Type§

pub struct BooleanChunked { /* private fields */ }

Trait Implementations§

Source§

impl<'py> ApplyLambdaGeneric<'py> for BooleanChunked

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>