arrow.extension_data_type_registry
Module for [ExtensionDataTypeRegistry] class
Types 3
Methods
ExtensionDataTypeRegistryGidBuilder builder() static nothrowGet builder for [arrow.extension_data_type_registry.ExtensionDataTypeRegistry] Returns: New builder objectarrow.extension_data_type.ExtensionDataType lookup(string name) nothrowbool register(arrow.extension_data_type.ExtensionDataType dataType)Register the given data_type to the registry.bool unregister(string name)Unregister an extension data type that has the given name from the registry.Fluent builder implementation template for arrow.extension_data_type_registry.ExtensionDataTypeRegistry
Methods
T registry(void * propval) nothrow