Struct polars_core::chunked_array::builder::PrimitiveChunkedBuilder [−][src]
pub struct PrimitiveChunkedBuilder<T> where
T: PolarsPrimitiveType,
T::Native: Default, { /* fields omitted */ }
Implementations
impl<T> PrimitiveChunkedBuilder<T> where
T: PolarsPrimitiveType,
[src]
impl<T> PrimitiveChunkedBuilder<T> where
T: PolarsPrimitiveType,
[src]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]fn append_value(&mut self, v: T::Native)
[src]
fn append_value(&mut self, v: T::Native)
[src]Appends a value of type T
into the builder
fn append_null(&mut self)
[src]
fn append_null(&mut self)
[src]Appends a null slot into the builder
fn finish(self) -> ChunkedArray<T>
[src]
fn append_option(&mut self, opt_val: Option<N>)
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for PrimitiveChunkedBuilder<T> where
<T as ArrowPrimitiveType>::Native: RefUnwindSafe,
<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,
<T as ArrowPrimitiveType>::Native: Unpin,
impl<T> UnwindSafe for PrimitiveChunkedBuilder<T> where
<T as ArrowPrimitiveType>::Native: UnwindSafe,
<T as ArrowPrimitiveType>::Native: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T, U> Cast<U> for T where
U: FromCast<T>,
impl<T, U> Cast<U> for T where
U: FromCast<T>,
pub fn cast(self) -> U
pub fn cast(self) -> U
Numeric cast from self
to T
.
impl<T> FromCast<T> for T
impl<T> FromCast<T> for T
pub fn from_cast(t: T) -> T
pub fn from_cast(t: T) -> T
Numeric cast from T
to Self
.
impl<T> Pointable for T
impl<T> Pointable for T
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,