Skip to main content

BinaryChunked

Type Alias BinaryChunked 

Source
pub type BinaryChunked = ChunkedArray<BinaryType>;

Aliased Type§

pub struct BinaryChunked { /* private fields */ }

Trait Implementations§

Source§

impl<'py> ApplyLambdaGeneric<'py> for BinaryChunked

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>