Struct arrow::list_builder::ListBuilder [] [src]

pub struct ListBuilder<T> where
    T: ArrowPrimitiveType
{ /* fields omitted */ }

Builder for List

Methods

impl<T> ListBuilder<T> where
    T: ArrowPrimitiveType
[src]

[src]

Create a ListBuilder with a default capacity

[src]

Create a ListBuilder with the specified capacity

[src]

Push one array slot to the builder

[src]

Create an immutable List from the builder

Trait Implementations

Auto Trait Implementations

impl<T> !Send for ListBuilder<T>

impl<T> !Sync for ListBuilder<T>