tustvold commented on code in PR #4613:
URL: https://github.com/apache/arrow-rs/pull/4613#discussion_r1280461476
##########
arrow-array/src/cast.rs:
##########
@@ -799,6 +799,15 @@ pub trait AsArray: private::Sealed {
self.as_list_opt().expect("list array")
}
+ /// Downcast this to a [`FixedSizeBinaryArray`] returning `None` if not
possible
+ fn as_fixed_size_binary_opt(&self) -> Option<&FixedSizeBinaryArray>;
Review Comment:
This trait is sealed so this isn't a breaking change
--
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]