rvec_wrapped_to_vec_fieldref

Function rvec_wrapped_to_vec_fieldref 

Source
pub fn rvec_wrapped_to_vec_fieldref(
    fields: &RVec<WrappedSchema>,
) -> Result<Vec<FieldRef>, ArrowError>
Expand description

This is a utility function to convert an FFI friendly vector of WrappedSchema to their equivalent Field.