Skip to main content

native_to_array

Function native_to_array 

Source
pub fn native_to_array(ty: TypeId, col: &NativeColumn) -> Result<ArrayRef>
Expand description

Build an Arrow array straight from a typed NativeColumn (no Value). For the common all-non-null case on fixed-width columns, constructs the Arrow array directly from the typed buffer (one memcpy, no per-element builder).