(&self)
| 1011 | } |
| 1012 | |
| 1013 | fn as_byte_view_opt<T: ByteViewType>(&self) -> Option<&GenericByteViewArray<T>> { |
| 1014 | self.as_any().downcast_ref() |
| 1015 | } |
| 1016 | |
| 1017 | fn as_struct_opt(&self) -> Option<&StructArray> { |
| 1018 | self.as_any().downcast_ref() |
no test coverage detected