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).
Reporter: Neal Richardson / @nealrichardson
Assignee: David Li / @lidavidm
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-13987. Please see the migration documentation for further details.
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).Reporter: Neal Richardson / @nealrichardson
Assignee: David Li / @lidavidm
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-13987. Please see the migration documentation for further details.