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

Allow UDFs to declare whether they are deterministic #39

Open
shardulm94 opened this issue Jan 24, 2020 · 0 comments
Open

Allow UDFs to declare whether they are deterministic #39

shardulm94 opened this issue Jan 24, 2020 · 0 comments

Comments

@shardulm94
Copy link
Contributor

Currently we consider all UDFs as non-determinstic. This prevents engine from being able to push down predicates which can be resolved at query compile time. Presto/Hive/Spark allows UDFs to declare if they are deterministic. We should also provide something similar in our API.

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

No branches or pull requests

1 participant