Method

ArrowTensorget_value_data_type

Declaration [src]

GArrowDataType*
garrow_tensor_get_value_data_type (
  GArrowTensor* tensor
)

Description

No description available.
Available since:0.3.0

Return value

Returns: GArrowDataType
 

The data type of each value in the tensor.

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