pub type CastColumnFn = dyn Fn(&ArrayRef, &Field) -> Result<ArrayRef> + Send + Sync;
Function used by SchemaMapping to adapt a column from the file schema to the table schema.
SchemaMapping