Method

ArrowFixedShapeTensorDataTypeget_dim_names

since: 21.0.0

Declaration [src]

gchar**
garrow_fixed_shape_tensor_data_type_get_dim_names (
  GArrowFixedShapeTensorDataType* data_type
)

Description

No description available.

Available since: 21.0.0

Return value

Type: An array of utf8

Dimention names of the tensor.

It’s a NULL-terminated string array. It must be freed with g_strfreev() when no longer needed.

The array is NULL-terminated.
The caller of the method takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.