ExtensionDataTypeRegistry.register

Register the given data_type to the registry.

class ExtensionDataTypeRegistry
bool
register

Parameters

dataType arrow.extension_data_type.ExtensionDataType

A #GArrowExtensionDataType to be registered.

Return Value

Type: bool

true on success, false on error.

Throws