Method

ArrowArrayview

Declaration [src]

GArrowArray*
garrow_array_view (
  GArrowArray* array,
  GArrowDataType* return_type,
  GError** error
)

Description

No description available.
Available since:0.15.0

Parameters

return_type GArrowDataType
 

A GArrowDataType of the returned view.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowArray
 

A zero-copy view of this array with the given type. This method checks if the return_type are layout-compatible.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.