Method

ArrowTensorget_buffer

since: 0.3.0

Declaration [src]

GArrowBuffer*
garrow_tensor_get_buffer (
  GArrowTensor* tensor
)

Description

No description available.

Available since: 0.3.0

Gets propertyArrow.Tensor:buffer

Return value

Type: GArrowBuffer

The data of the tensor.

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