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

feat: Implement user defined table functions #3684

Closed
wants to merge 8 commits into from

Conversation

purplefox
Copy link
Contributor

@purplefox purplefox commented Oct 27, 2019

Description - WIP do not review

Implements #3508

Please note that this PR is stacked upon #3683 so don't review the previous PRs again!

This PR implements user defined table functions. I..e. it allows for the user to provide their own table function implementations in a similar way to how UDFs are implemented using annotations.

Testing done

Added some tests to test UDTFs with different types of parameters and return types are loaded.

Added some more QTT tests

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

@purplefox purplefox requested a review from a team as a code owner October 27, 2019 21:11
@purplefox purplefox closed this Oct 28, 2019
@purplefox purplefox deleted the implement_udtfs_2 branch October 28, 2019 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant