Struct polars_core::prelude::Utf8ChunkedBuilder [−][src]
pub struct Utf8ChunkedBuilder {
pub builder: MutableUtf8Array<i64>,
pub capacity: usize,
// some fields omitted
}
Fields
builder: MutableUtf8Array<i64>
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