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