pub type ExtensionTypeFactory = dyn Fn(&DataType, Option<&str>) -> Result<DFExtensionTypeRef> + Send + Sync;
A factory that creates instances of extension types from a storage DataType and the metadata.
DataType