Struct polars_core::chunked_array::builder::Utf8ChunkedBuilder [−][src]
pub struct Utf8ChunkedBuilder { pub builder: LargeStringBuilder, pub capacity: usize, // some fields omitted }
Fields
builder: LargeStringBuilder
capacity: usize
Implementations
Create a new UtfChunkedBuilder
Arguments
capacity
- Number of string elements in the final array.bytes_capacity
- Number of bytes needed to store the string values.
Appends a value of type T
into the builder
Appends a null slot into the builder
Auto Trait Implementations
impl RefUnwindSafe for Utf8ChunkedBuilder
impl Send for Utf8ChunkedBuilder
impl Sync for Utf8ChunkedBuilder
impl Unpin for Utf8ChunkedBuilder
impl UnwindSafe for Utf8ChunkedBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn cast(self) -> U
pub fn cast(self) -> U
Numeric cast from self
to T
.
pub fn from_cast(t: T) -> T
pub fn from_cast(t: T) -> T
Numeric cast from T
to Self
.
pub fn vzip(self) -> V