fn create_primitive_array(
field_node: &FieldNode,
data_type: &DataType,
buffers: &[Buffer],
require_alignment: bool,
) -> Result<ArrayRef, ArrowError>
Expand description
Reads the correct number of buffers based on data type and null_count, and creates a primitive array ref