[
https://issues.apache.org/jira/browse/ARROW-8241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Grove updated ARROW-8241:
------------------------------
Summary: [Rust] Add convenience methods to Schema (was: Add convenience
methods to Schema)
> [Rust] Add convenience methods to Schema
> ----------------------------------------
>
> Key: ARROW-8241
> URL: https://issues.apache.org/jira/browse/ARROW-8241
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Rust
> Reporter: Andy Grove
> Assignee: Andy Grove
> Priority: Major
> Fix For: 0.17.0
>
>
> I would like to add the following methods to Schema to make it easier to work
> with.
>
> {code:java}
> pub fn field_with_name(&self, name: &str) -> Result<&Field>;
> pub fn index_of(&self, name: &str) -> Result<usize>;
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)