Skip to main content

ExtensionTypeFactory

Type Alias ExtensionTypeFactory 

Source
pub type ExtensionTypeFactory = dyn Fn(&DataType, Option<&str>) -> Result<DFExtensionTypeRef> + Send + Sync;
Expand description

A factory that creates instances of extension types from a storage DataType and the metadata.