Type Alias arrow::array::builder::LargeListBuilder
source · pub type LargeListBuilder<T> = GenericListBuilder<i64, T>;
Expand description
Builder for LargeListArray
Aliased Type§
struct LargeListBuilder<T> { /* private fields */ }