You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2020/03/27 13:47:00 UTC

[jira] [Created] (ARROW-8241) Add convenience methods to Schema

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)