Class LongTimeSeriesAggregator
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<LongTimeSeries>
-
- uk.gov.gchq.gaffer.time.binaryoperator.LongTimeSeriesAggregator
-
- All Implemented Interfaces:
BiFunction<LongTimeSeries,LongTimeSeries,LongTimeSeries>
,BinaryOperator<LongTimeSeries>
public class LongTimeSeriesAggregator extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<LongTimeSeries>
ALongTimeSeriesAggregator
is aBinaryOperator
that takes inLongTimeSeries
s and aggregates the time series. If both time series contain a value for the same timestamp then the two timestamps are summed.
-
-
Constructor Summary
Constructors Constructor Description LongTimeSeriesAggregator()
-