Struct polars_core::chunked_array::builder::PrimitiveChunkedBuilder [−][src]
pub struct PrimitiveChunkedBuilder<T> where
T: PolarsPrimitiveType,
T::Native: Default, { /* fields omitted */ }
Implementations
Trait Implementations
impl<T> ChunkedBuilder<<T as ArrowPrimitiveType>::Native, T> for PrimitiveChunkedBuilder<T> where
T: PolarsPrimitiveType,
T::Native: Default,
[src]
impl<T> ChunkedBuilder<<T as ArrowPrimitiveType>::Native, T> for PrimitiveChunkedBuilder<T> where
T: PolarsPrimitiveType,
T::Native: Default,
[src]Appends a value of type T
into the builder
Appends a null slot into the builder
Auto Trait Implementations
impl<T> RefUnwindSafe for PrimitiveChunkedBuilder<T> where
<T as ArrowPrimitiveType>::Native: RefUnwindSafe,
impl<T> Send for PrimitiveChunkedBuilder<T>
impl<T> Sync for PrimitiveChunkedBuilder<T>
impl<T> Unpin for PrimitiveChunkedBuilder<T> where
<T as ArrowPrimitiveType>::Native: Unpin,
impl<T> UnwindSafe for PrimitiveChunkedBuilder<T> where
<T as ArrowPrimitiveType>::Native: UnwindSafe,
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