Remove Min
/Max
references from AggregateExec::get_minmax_descr
#11152
Labels
enhancement
New feature or request
Is your feature request related to a problem or challenge?
Part of #11151 (where we are removing special case uses of Min/Max)
Describe the solution you'd like
Remove the code here:
datafusion/datafusion/physical-plan/src/aggregates/mod.rs
Lines 485 to 494 in f58df32
Specifically, the idea is to remove the pattern
and
Describe alternatives you've considered
Perhaps we can add function like this to AggregteExpr and implement it for
Min
andMax
:Additional context
No response
The text was updated successfully, but these errors were encountered: