Interface RemovableAggregateResult
-
- All Known Implementing Classes:
AvgAggrResult,CountAggrResult,SumAggrResult
public interface RemovableAggregateResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremove(AggregateResult another)Remove another aggregateResult from this.
-
-
-
Method Detail
-
remove
void remove(AggregateResult another)
Remove another aggregateResult from this.Note: aggregation window of another must be a subset of the current aggregation window.
-
-