We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
union_tag
Retrieve the name of the currently selected field on a union
Return a dictionary encoded string array using the union array type_ids as the dict keys array
No response
DuckDB has such function, I propose using the same name https://duckdb.org/docs/sql/functions/nested.html#union_tagunion
The text was updated successfully, but these errors were encountered:
take
Sorry, something went wrong.
gstvg
Successfully merging a pull request may close this issue.
Is your feature request related to a problem or challenge?
Retrieve the name of the currently selected field on a union
Describe the solution you'd like
Return a dictionary encoded string array using the union array type_ids as the dict keys array
Describe alternatives you've considered
No response
Additional context
DuckDB has such function, I propose using the same name
https://duckdb.org/docs/sql/functions/nested.html#union_tagunion
The text was updated successfully, but these errors were encountered: