Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Currently in the Python layer we have ds.field(name) for referencing a field eg when creating a filter expression.
On the C++ side, the FieldRef has the ability to reference nested fields (eg a child of a struct), for example constructed with FieldRef::FromDotPath.
We should think about how to enable users to reference nested fields like this in the Python API.
Attachments
Issue Links
- blocks
-
ARROW-13798 [Python] Selective projection of struct fields errors with use_legacy_dataset = False
- In Progress
-
ARROW-14596 [Python] parquet.read_table nested fields in columns does not work for use_legacy_dataset=False
- In Progress
- is blocked by
-
ARROW-13987 [C++] Support nested FieldRefs
- Resolved
- links to