pub fn vec_fieldref_to_rvec_wrapped(
fields: &[FieldRef],
) -> Result<RVec<WrappedSchema>, ArrowError>Expand description
This is a utility function to convert a slice of Field to its equivalent
FFI friendly counterpart, WrappedSchema
pub fn vec_fieldref_to_rvec_wrapped(
fields: &[FieldRef],
) -> Result<RVec<WrappedSchema>, ArrowError>This is a utility function to convert a slice of Field to its equivalent
FFI friendly counterpart, WrappedSchema