emkornfield commented on a change in pull request #11514:
URL: https://github.com/apache/arrow/pull/11514#discussion_r744022409
##########
File path: go/arrow/compute/datumkind_string.go
##########
@@ -0,0 +1,29 @@
+// Code generated by "stringer -type=DatumKind -linecomment"; DO NOT EDIT.
+
+package compute
+
+import "strconv"
+
+func _() {
+ // An "invalid array index" compiler error signifies that the constant
values have changed.
+ // Re-run the stringer command to generate them again.
+ var x [1]struct{}
+ _ = x[KindNone-0]
+ _ = x[KindScalar-1]
+ _ = x[KindArray-2]
+ _ = x[KindChunked-3]
+ _ = x[KindRecord-4]
+ _ = x[KindTable-5]
+ _ = x[KindCollection-6]
+}
+
+const _DatumKind_name =
"nonescalararraychunked_arrayrecord_batchtablecollection"
+
+var _DatumKind_index = [...]uint8{0, 4, 10, 15, 28, 40, 45, 55}
Review comment:
Not sure I understand this array?
--
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]