formatArrowSchema function
Implementation
String formatArrowSchema(ArrowSchema schema) {
return schema.fields.map(_formatArrowField).join(',\n');
}
String formatArrowSchema(ArrowSchema schema) {
return schema.fields.map(_formatArrowField).join(',\n');
}