Syed Salman Qadri created ARROW-13641:
-----------------------------------------
Summary: Add an arrow::Table::GetFieldByName method
Key: ARROW-13641
URL: https://issues.apache.org/jira/browse/ARROW-13641
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Affects Versions: 5.0.0
Reporter: Syed Salman Qadri
Currently the arrow::Table class has a method called GetColumnByName to get the
underlying data for a column. I'd like to request a method called
GetFieldByName(const std::string& name) that returns the corresponding Field of
a given string name, if it exists.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)