Method

ArrowTensorget_value_data_type

since: 0.3.0

Declaration [src]

GArrowDataType*
garrow_tensor_get_value_data_type (
  GArrowTensor* tensor
)

Description

No description available.

Available since: 0.3.0

Return value

Type: GArrowDataType

The data type of each value in the tensor.

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