Table function support #5898
beikov
started this conversation in
Design Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add support for a new kind of function which will return anonymous tuples i.e. a table.
These functions will have to additionally specify a return type resolver that returns an anonymous tuple, which may optionally allow "ordinality".
The ordinality is something that serves as element index and is common on many databases.
It would be cool if we could add a few standard table functions like
unnest
- unnest arrays to rowsgenerate_series
- generate a series of valuessplit
- split a string to rowsTrack HHH-18661 for progress
Beta Was this translation helpful? Give feedback.
All reactions