public interface InvertibleAggregateFunction<InputType,PartialAggregateType,FinalAggregateType> extends AggregateFunction<InputType,PartialAggregateType,FinalAggregateType>
| Modifier and Type | Method and Description |
|---|---|
PartialAggregateType |
invert(PartialAggregateType currentAggregate,
PartialAggregateType toRemove)
Removes one partial aggregate from another with an incremental operation.
|
combine, lift, lowerPartialAggregateType invert(PartialAggregateType currentAggregate, PartialAggregateType toRemove)
currentAggregate - toRemove -