Struct polars_core::prelude::CategoricalChunkedBuilder
source · pub struct CategoricalChunkedBuilder { /* private fields */ }
Available on crate feature
dtype-categorical
only.Implementations§
source§impl CategoricalChunkedBuilder
impl CategoricalChunkedBuilder
pub fn new(name: &str, capacity: usize, ordering: CategoricalOrdering) -> Self
pub fn append_value(&mut self, s: &str)
pub fn append_null(&mut self)
pub fn append(&mut self, opt_s: Option<&str>)
pub fn drain_iter_and_finish<'a, I>(self, i: I) -> CategoricalChunked
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more