make_builder

Function make_builder 

Source
pub fn make_builder(dtype: &ArrowDataType) -> Box<dyn ArrayBuilder>
Expand description

Construct an ArrayBuilder for the given type.