Is your feature request related to a problem or challenge?
the Sum column-level statistic has been available for a while, but the AggregateUDFImpl implementation doesn't use the value_from_stats function to evaluate its value from the available statistics
Describe the solution you'd like
Provide a non-default implementation of AggregateUDFImpl::value_from_stats for Sum
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
the
Sumcolumn-level statistic has been available for a while, but theAggregateUDFImplimplementation doesn't use thevalue_from_statsfunction to evaluate its value from the available statisticsDescribe the solution you'd like
Provide a non-default implementation of
AggregateUDFImpl::value_from_statsforSumDescribe alternatives you've considered
No response
Additional context
No response