Module arrow_array::builder

source ·
Expand description

Defines builders for the various array types

Structs

Traits

  • Trait for dealing with different array builders at runtime

Functions

  • Returns a builder with capacity capacity that corresponds to the datatype DataType This function is useful to construct arrays from an arbitrary vectors with known/expected schema.

Type Definitions