Method
ArrowExtensionDataTypeRegistrylookup
Declaration [src]
GArrowExtensionDataType*
garrow_extension_data_type_registry_lookup (
GArrowExtensionDataTypeRegistry* registry,
const gchar* name
)
Parameters
name |
const gchar* |
An extension data type name to be looked up. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GArrowExtensionDataType |
A found |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |