Structs§
Utf8Array
is a collection of Rust Utf8str
s. It’s a wrapper ofBytesArray
.Utf8ArrayBuilder
use&str
to build anUtf8Array
.
Utf8Array
is a collection of Rust Utf8 str
s. It’s a wrapper of BytesArray
.Utf8ArrayBuilder
use &str
to build an Utf8Array
.