Method

ArrowExtensionDataTypeRegistrylookup

Declaration [src]

GArrowExtensionDataType*
garrow_extension_data_type_registry_lookup (
  GArrowExtensionDataTypeRegistry* registry,
  const gchar* name
)

Description

No description available.
Available since:3.0.0

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 GArrowExtensionDataType on found, NULL on not found.

 The caller of the method takes ownership of the data, and is responsible for freeing it.