nl5887 opened a new issue #1501:
URL: https://github.com/apache/arrow-datafusion/issues/1501
PR #1006 implements indexed field access for SQL, but currently the Python
API `col("a")` doesn't have an option to access indexed fields (and complex
structs).
When adding support for indexed fields, you can use `col('a')['b']` to
access the indexed fields in the Python API similar to SQL.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]