You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/28 22:55:04 UTC

[GitHub] [arrow-datafusion] nl5887 opened a new issue #1501: Python api doesn't have indexed field access (see #1005)

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] Jimexist closed issue #1501: Python api doesn't have indexed field access (see #1005)

Posted by GitBox <gi...@apache.org>.
Jimexist closed issue #1501:
URL: https://github.com/apache/arrow-datafusion/issues/1501


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org