-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
good first issueGood for newcomersGood for newcomerstypesIssues related to type conversionsIssues related to type conversions
Description
Description
Postgres does not support a type similar to the DuckDB UNION type. So we need to make some concessions here. What we can do is the following:
- If people actually select a UNION column in the output of their query, we should probably just convert it to its text representation.
- We should add a
duckdb.union
type, for which we implement theunion_extract
andunion_tag
functions, so people can extractduckdb.unresolved_type
values from it.
Once we do this we can un-exclude:
"union", |
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstypesIssues related to type conversionsIssues related to type conversions