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

Arguments for UDFs #32

Open
JustusAdam opened this issue Mar 2, 2022 · 0 comments
Open

Arguments for UDFs #32

JustusAdam opened this issue Mar 2, 2022 · 0 comments

Comments

@JustusAdam
Copy link
Member

UDFs should support arguments the same way that queries can be parameterized.

This entails mostly figuring out where the argument is used and how (there are restrictions because it needs to be able to turn into a key in a map), then ensuring that the column it got compared to survives until the end of the query.

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

No branches or pull requests

1 participant