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 UDTFs #3508

Closed
purplefox opened this issue Oct 9, 2019 · 0 comments
Closed

feat: Implement UDTFs #3508

purplefox opened this issue Oct 9, 2019 · 0 comments
Assignees
Labels
engine user-defined-functions Tickets about UDF, UDAF, UDTF

Comments

@purplefox
Copy link
Contributor

purplefox commented Oct 9, 2019

Parent issue: #3504

Implement the plumbing around user defined table functions.

This involves:

  • Annotations UdtfFactory and UdtfDescription
  • Loading of UDTF annotated classes from classpath
  • Potential codegen of UDTF classes
  • Add tests for UDTFs with different types and number of params and returns
@purplefox purplefox changed the title Implement UDTFs feat: Implement UDTFs Oct 9, 2019
@purplefox purplefox self-assigned this Oct 9, 2019
@big-andy-coates big-andy-coates added engine user-defined-functions Tickets about UDF, UDAF, UDTF labels Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine user-defined-functions Tickets about UDF, UDAF, UDTF
Projects
None yet
Development

No branches or pull requests

2 participants