Package uk.gov.gchq.gaffer.time.binaryoperator
Aggregation classes for the Gaffer timestamp objects.
-
Class Summary Class Description BoundedTimestampSetAggregator ABoundedTimestampSetAggregator
is aBinaryOperator
that takes inBoundedTimestampSet
s and aggregates the second one into the first.LongTimeSeriesAggregator ALongTimeSeriesAggregator
is aBinaryOperator
that takes inLongTimeSeries
s and aggregates the time series.RBMBackedTimestampSetAggregator ARBMBackedTimestampSetAggregator
is aBinaryOperator
that takes inRBMBackedTimestampSet
s and merges the underlyingRoaringBitmap
s together.