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.
pub fn rvec_wrapped_to_vec_fieldref(
fields: &RVec<WrappedSchema>,
) -> Result<Vec<FieldRef>, ArrowError>This is a utility function to convert an FFI friendly vector of WrappedSchema
to their equivalent Field.