Struct polars_core::chunked_array::builder::ListPrimitiveChunkedBuilder [−][src]
pub struct ListPrimitiveChunkedBuilder<T> where
T: PolarsPrimitiveType, { pub builder: LargeListBuilder<PrimitiveArrayBuilder<T>>, // some fields omitted }
Fields
builder: LargeListBuilder<PrimitiveArrayBuilder<T>>
Implementations
Trait Implementations
impl<T> ListBuilderTrait for ListPrimitiveChunkedBuilder<T> where
T: PolarsPrimitiveType,
T::Native: Num,
[src]
impl<T> ListBuilderTrait for ListPrimitiveChunkedBuilder<T> where
T: PolarsPrimitiveType,
T::Native: Num,
[src]Auto Trait Implementations
impl<T> RefUnwindSafe for ListPrimitiveChunkedBuilder<T> where
<T as ArrowPrimitiveType>::Native: RefUnwindSafe,
impl<T> Send for ListPrimitiveChunkedBuilder<T>
impl<T> Sync for ListPrimitiveChunkedBuilder<T>
impl<T> Unpin for ListPrimitiveChunkedBuilder<T> where
<T as ArrowPrimitiveType>::Native: Unpin,
impl<T> UnwindSafe for ListPrimitiveChunkedBuilder<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