Skip to content
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

Add support for UDFs #74

Closed
jakobbraun opened this issue May 15, 2020 · 0 comments · Fixed by #75
Closed

Add support for UDFs #74

jakobbraun opened this issue May 15, 2020 · 0 comments · Fixed by #75
Assignees
Labels
feature Product feature

Comments

@jakobbraun
Copy link
Contributor

Add support for UDF calls like:

SELECT sample_simple(id, user_name, page_visits, 20)
 EMITS (id INT, user_name VARCHAR(100), PAGE_VISITS int)
 FROM people;

In contrast to a normal function an UDF needs the EMITS clause with a DDL of the result columns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants