Struct polars::chunked_array::object::BooleanChunkedBuilder
source · pub struct BooleanChunkedBuilder { /* private fields */ }
Available on crate feature
object
only.Implementations§
source§impl BooleanChunkedBuilder
impl BooleanChunkedBuilder
pub fn new(name: &str, capacity: usize) -> BooleanChunkedBuilder
Trait Implementations§
source§impl ChunkedBuilder<bool, BooleanType> for BooleanChunkedBuilder
impl ChunkedBuilder<bool, BooleanType> for BooleanChunkedBuilder
source§fn append_value(&mut self, v: bool)
fn append_value(&mut self, v: bool)
Appends a value of type T
into the builder
source§fn append_null(&mut self)
fn append_null(&mut self)
Appends a null slot into the builder