Struct arrow::array::BooleanBuilder [−][src]
pub struct BooleanBuilder { /* fields omitted */ }Expand description
Array builder for fixed-width primitive types
Implementations
Returns the capacity of this builder measured in slots of type T
Appends a value of type T into the builder
Appends a null slot into the builder
Appends an Option<T> into the builder
Appends a slice of type T into the builder
Appends values from a slice of type T and a validity boolean slice
Builds the BooleanArray and reset this builder.
Trait Implementations
Returns the builder as a mutable Any reference.
Returns the boxed builder as a box of Any.
Auto Trait Implementations
impl RefUnwindSafe for BooleanBuilderimpl Send for BooleanBuilderimpl Sync for BooleanBuilderimpl Unpin for BooleanBuilderimpl UnwindSafe for BooleanBuilder