You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, that was what I'm looking for. :) I searched for the keyword table functions but missed that issue so wanted to create one. @ebyhr guided me so closed the issue in favor of #1839.
In some SQL databases (Postgresql, Oracle, etc.), it's valid to call functions in
FROM
. Here is an example query:The feature is useful for generating random data or dynamically returning datasets from Java UDFs.
My understanding is that we need to implement the following features to support table functions:
Relation
node of SQL dialect.RowType
for scalar functions.If there is interest, I can implement
1
as a start, what do you think?The text was updated successfully, but these errors were encountered: