We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WindowUDFImpl::simplfy()
For the same reasons as described for ScalarUDFImpl on #9289 we should allow user defined window functions to provide simplification rules
ScalarUDFImpl
Add WindowUdfImpl::simplify, following the model @jayzhan211 made in #9304
WindowUdfImpl::simplify
No response
The text was updated successfully, but these errors were encountered:
WindowFunction
BuiltInWindowFunction
FunctionFactory
take
Sorry, something went wrong.
let me try 😄
Thanks! My suggestion is to start this project with an example of how to use simplify (aka write the test first)
guojidan
Successfully merging a pull request may close this issue.
Is your feature request related to a problem or challenge?
For the same reasons as described for
ScalarUDFImpl
on #9289 we should allow user defined window functions to provide simplification rulesDescribe the solution you'd like
Add
WindowUdfImpl::simplify
, following the model @jayzhan211 made in#9304
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: