Struct polars_core::prelude::PrimitiveChunkedBuilder [−][src]
pub struct PrimitiveChunkedBuilder<T> where
T: PolarsNumericType, { /* fields omitted */ }
Implementations
Trait Implementations
impl<T> ChunkedBuilder<<T as PolarsNumericType>::Native, T> for PrimitiveChunkedBuilder<T> where
T: PolarsNumericType,
impl<T> ChunkedBuilder<<T as PolarsNumericType>::Native, T> for PrimitiveChunkedBuilder<T> where
T: PolarsNumericType,
Appends a value of type T
into the builder
Appends a null slot into the builder