kou commented on code in PR #46401:
URL: https://github.com/apache/arrow/pull/46401#discussion_r2083714932
##########
c_glib/arrow-glib/basic-data-type.cpp:
##########
@@ -2366,6 +2366,24 @@
garrow_fixed_shape_tensor_data_type_get_shape(GArrowFixedShapeTensorDataType *da
return arrow_shape.data();
}
+/**
+ * garrow_fixed_shape_tensor_data_type_get_permutation:
+ * @data_type: A #GArrowFixedShapeTensorDataType.
+ * @length: (out): Return location for the number of permutations of the
tensor.
Review Comment:
```suggestion
* @length: (out): Return location for the number of elements of permutation.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]