emilk commented on code in PR #10661:
URL: https://github.com/apache/arrow-rs/pull/10661#discussion_r3773155798
##########
arrow-array/src/array/fixed_size_list_array.rs:
##########
@@ -339,6 +339,14 @@ impl FixedSizeListArray {
(f, self.value_length, self.values, self.nulls)
}
+ /// The field that describes the values of this list.
+ pub fn field(&self) -> &FieldRef {
Review Comment:
I guess that also is more symmetric with `fn value_typeI)`
--
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]