CastColumnFn

Type Alias CastColumnFn 

Source
pub type CastColumnFn = dyn Fn(&ArrayRef, &Field) -> Result<ArrayRef> + Send + Sync;
Expand description

Function used by SchemaMapping to adapt a column from the file schema to the table schema.