Struct polars_core::chunked_array::builder::Utf8ChunkedBuilder
source · [−]pub struct Utf8ChunkedBuilder {
pub builder: MutableUtf8Array<i64>,
pub capacity: usize,
/* private fields */
}
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