-
Notifications
You must be signed in to change notification settings - Fork 38
Add udtf
SQL prefix
#459
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
base: main
Are you sure you want to change the base?
Add udtf
SQL prefix
#459
Conversation
Signed-off-by: Sanjula Ganepola <[email protected]>
Signed-off-by: Sanjula Ganepola <[email protected]>
👋 A new build is available for this PR based on 9670650. |
I think we should add some of the most important UDTF keywords. NOT DETERMINISTIC |
Signed-off-by: Sanjula Ganepola <[email protected]>
Done! I updated the screen cap above |
ON Common1, I did Any and all columns returned by the udtf should be referenced by name. `-- statement: -- User-defined table function |
Delimited column names aren't handled by the support.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SanjulaGanepola See comments by @forstie for required changes.
Changes
This PR adds
udtf
as a new SQL prefix for generating the skeleton for a user-defined table function as requested in #458