Struct polars_core::prelude::CategoricalChunkedBuilder
source · pub struct CategoricalChunkedBuilder<'a> { /* private fields */ }
Available on crate feature
dtype-categorical
only.Implementations§
source§impl<'a> CategoricalChunkedBuilder<'a>
impl<'a> CategoricalChunkedBuilder<'a>
pub fn append_value(&mut self, s: &'a str)
pub fn append_null(&mut self)
sourcepub fn drain_iter<I>(&mut self, i: I)where
I: IntoIterator<Item = Option<&'a str>>,
pub fn drain_iter<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.