Virtual Method

ArrowExtensionDataTypedeserialize

Declaration [src]

GArrowDataType*
deserialize (
  GArrowExtensionDataType* data_type,
  GArrowDataType* storage_data_type,
  GBytes* serialized_data,
  GError** error
)

Description

No description available.

Parameters

storage_data_type GArrowDataType
  No description available.
 The data is owned by the caller of the function.
serialized_data GBytes
  No description available.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowDataType
  No description available.
 The data is owned by the called function.