Struct polars_core::chunked_array::builder::BooleanChunkedBuilder [−][src]
pub struct BooleanChunkedBuilder { /* fields omitted */ }
Implementations
Trait Implementations
Appends a value of type T
into the builder
Appends a null slot into the builder
Auto Trait Implementations
impl RefUnwindSafe for BooleanChunkedBuilder
impl Send for BooleanChunkedBuilder
impl Sync for BooleanChunkedBuilder
impl Unpin for BooleanChunkedBuilder
impl UnwindSafe for BooleanChunkedBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn cast(self) -> U
pub fn cast(self) -> U
Numeric cast from self
to T
.
pub fn from_cast(t: T) -> T
pub fn from_cast(t: T) -> T
Numeric cast from T
to Self
.
pub fn vzip(self) -> V