Add WindowUDFImpl::reverse_expr
+ support for IGNORE NULLS
#12661
Labels
enhancement
New feature or request
WindowUDFImpl::reverse_expr
+ support for IGNORE NULLS
#12661
Is your feature request related to a problem or challenge?
IGNORE NULLS
when creating user-defined window expressions.Describe the solution you'd like
WindowUDFImpl::reverse_expr
.is_reversed
state field toWindowUDFExpr
to know if the expression is reversed.ignore_nulls
state field toWindowUDFExpr
.Describe alternatives you've considered
No response
Additional context
Part of #8709
The text was updated successfully, but these errors were encountered: