BinaryChunkedBuilder
struct BinaryChunkedBuilder
Static Methods
new
pub fn new(name: string = "", capacity: int = 0): BinaryChunkedBuilder
Creates a new builder.
new
pub fn new(name: string = "", capacity: int = 0): BinaryChunkedBuilder
Creates a new builder.
Creates a new builder.
Methods
Appends a optional value into the builder.
Appends a optional value into the builder.
Appends a optional value into the builder.
append_null
pub fn append_null(self)
Appends a null slot into the builder.
append_null
pub fn append_null(self)
Appends a null slot into the builder.
Appends a null slot into the builder.
append_value
pub fn append_value(self, value: Bytes)
Appends a value into the builder.
append_value
pub fn append_value(self, value: Bytes)
Appends a value into the builder.
Appends a value into the builder.
finish
pub fn finish(self): BinaryChunked
Create a chunked array from the builder and reset the builder.
finish
pub fn finish(self): BinaryChunked
Create a chunked array from the builder and reset the builder.
Create a chunked array from the builder and reset the builder.