Method
ArrowTensorget_value_data_type
since: 0.3.0
Declaration [src]
GArrowDataType*
garrow_tensor_get_value_data_type (
GArrowTensor* tensor
)
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. |