make_primitive_variant_to_arrow_row_builder

Function make_primitive_variant_to_arrow_row_builder 

Source
pub(crate) fn make_primitive_variant_to_arrow_row_builder<'a>(
    data_type: &'a DataType,
    cast_options: &'a CastOptions<'_>,
    capacity: usize,
) -> Result<PrimitiveVariantToArrowRowBuilder<'a>>
Expand description

Creates a primitive row builder, returning Err if the requested data type is not primitive.