scovich commented on issue #7715: URL: https://github.com/apache/arrow-rs/issues/7715#issuecomment-3059466262
> > pub fn get_object_field(&self, field_name: &str) -> Option { > > match self { > > Variant::Object(object) => object.get(field_name), > > _ => None, > > } > > } > > (plus the analagous `get_array_element` method) > > I think this API makes a lot of sense https://github.com/apache/arrow-rs/pull/7894 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org