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

[FEA] Add a json_tuple kernel #2036

Open
revans2 opened this issue May 13, 2024 · 0 comments
Open

[FEA] Add a json_tuple kernel #2036

revans2 opened this issue May 13, 2024 · 0 comments

Comments

@revans2
Copy link
Collaborator

revans2 commented May 13, 2024

Is your feature request related to a problem? Please describe.
We support get_json_object, which is great, and we have implemented json_tuple in terms of get_json_object. But this is problematic because we have to run get_json_object multiple times. Once for each column we want to pull out. It would be much better if we just had a kernel that could do multiple columns at the same time, and it would not need to worry about the complexity of JSON PATH as it is just looking for top level columns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant