Struct polars::prelude::datatypes::categorical::CategoricalChunkedBuilder
source · [−]pub struct CategoricalChunkedBuilder { /* private fields */ }
Implementations
sourceimpl CategoricalChunkedBuilder
impl CategoricalChunkedBuilder
pub fn new(name: &str, capacity: usize) -> CategoricalChunkedBuilder
sourceimpl CategoricalChunkedBuilder
impl CategoricalChunkedBuilder
sourcepub fn drain_iter<'a, I>(&mut self, i: I) where
I: IntoIterator<Item = Option<&'a str>>,
pub fn drain_iter<'a, I>(&mut self, i: I) where
I: IntoIterator<Item = Option<&'a str>>,
Appends all the values in a single lock of the global string cache.
pub fn finish(self) -> CategoricalChunked
Auto Trait Implementations
impl RefUnwindSafe for CategoricalChunkedBuilder
impl Send for CategoricalChunkedBuilder
impl Sync for CategoricalChunkedBuilder
impl Unpin for CategoricalChunkedBuilder
impl UnwindSafe for CategoricalChunkedBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more