Method

ArrowTensorget_buffer

Declaration [src]

GArrowBuffer*
garrow_tensor_get_buffer (
  GArrowTensor* tensor
)

Description

No description available.
Available since:0.3.0
Gets propertyArrow.Tensor:buffer

Return value

Returns: GArrowBuffer
 

The data of the tensor.

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