Method
ArrowTensorget_dimension_name
since: 0.3.0
[−]
Declaration [src]
const gchar*
garrow_tensor_get_dimension_name (
GArrowTensor* tensor,
gint i
)
[−]
Return value
Type: const gchar*
The i-th dimension name of the tensor.
The data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |