pub fn exact_partial_aggregate_is_proven(aggregate: &AggregateExpr) -> boolExpand description
Returns whether an aggregate’s partial state can be merged without changing the current local SQL result. Floating-point, DISTINCT, and order-sensitive aggregates must instead be replayed from ordered inputs.