pub fn arrow_primitive_to_literal(
primitive_array: &ArrayRef,
ty: &Type,
) -> Result<Vec<Option<Literal>>>Expand description
Convert arrow primitive array to iceberg primitive value array. This function will assume the schema of arrow struct array is the same as iceberg struct type.