Class TimeseriesBinaryFn
java.lang.Object
org.apache.druid.query.timeseries.TimeseriesBinaryFn
- All Implemented Interfaces:
BiFunction<Result<TimeseriesResultValue>,,Result<TimeseriesResultValue>, Result<TimeseriesResultValue>> BinaryOperator<Result<TimeseriesResultValue>>
public class TimeseriesBinaryFn
extends Object
implements BinaryOperator<Result<TimeseriesResultValue>>
-
Constructor Summary
ConstructorsConstructorDescriptionTimeseriesBinaryFn(Granularity granularity, List<AggregatorFactory> aggregations) -
Method Summary
Modifier and TypeMethodDescriptionapply(Result<TimeseriesResultValue> arg1, Result<TimeseriesResultValue> arg2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
TimeseriesBinaryFn
-
-
Method Details
-
apply
public Result<TimeseriesResultValue> apply(Result<TimeseriesResultValue> arg1, Result<TimeseriesResultValue> arg2) - Specified by:
applyin interfaceBiFunction<Result<TimeseriesResultValue>,Result<TimeseriesResultValue>, Result<TimeseriesResultValue>>
-