Type Alias arrow::array::StringViewBuilder

source ·
pub type StringViewBuilder = GenericByteViewBuilder<StringViewType>;
Expand description

Array builder for StringViewArray

Values can be appended using GenericByteViewBuilder::append_value, and nulls with GenericByteViewBuilder::append_null as normal.

Aliased Type§

struct StringViewBuilder { /* private fields */ }