Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python api doesn't have indexed field access (see #1005) #1501

Closed
nl5887 opened this issue Dec 28, 2021 · 0 comments · Fixed by #1502
Closed

Python api doesn't have indexed field access (see #1005) #1501

nl5887 opened this issue Dec 28, 2021 · 0 comments · Fixed by #1502
Labels
enhancement New feature or request

Comments

@nl5887
Copy link
Contributor

nl5887 commented Dec 28, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant