Skip to main content

build_array

Function build_array 

Source
pub fn build_array(ty: TypeId, values: &[Value]) -> Result<ArrayRef>
Expand description

Build an Arrow array from a flat slice of values (one per row).