Neal Richardson created ARROW-13987:
---------------------------------------
Summary: [C++] Support nested FieldRefs
Key: ARROW-13987
URL: https://issues.apache.org/jira/browse/ARROW-13987
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Neal Richardson
Fix For: 7.0.0
While it seems technically possible to construct nested FieldRefs, it doesn't
seem that you can use them in practice. And it would also be nice to be able to
get a nested FieldRef on an Expression. One solution could be to not handle
this within FieldRefs at all and just handle it in Expressions: have a function
like {{Expression GetField(Expression, name)}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)