Andy Grove created ARROW-8241:
---------------------------------

             Summary: 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
             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)

Reply via email to