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

opt: add FoldFunctionWithNullArg normalization rule #11574

Open
jseldess opened this issue Sep 8, 2021 · 0 comments
Open

opt: add FoldFunctionWithNullArg normalization rule #11574

jseldess opened this issue Sep 8, 2021 · 0 comments

Comments

@jseldess
Copy link
Contributor

jseldess commented Sep 8, 2021

Jesse Seldess (jseldess) commented:

PR: cockroachdb/cockroach#62924

From release notes:

The optimizer now folds functions to NULL when the function does not allow NULL arguments and one of the arguments is a NULL constant. As a result, more efficient query plans will be produced for queries with these types of function calls. [#62924][#62924]

Jira Issue: DOC-1340

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

No branches or pull requests

2 participants