Skip to main content

exact_partial_aggregate_is_proven

Function exact_partial_aggregate_is_proven 

Source
pub fn exact_partial_aggregate_is_proven(aggregate: &AggregateExpr) -> bool
Expand 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.