Package org.apache.druid.query.search
Class SearchBinaryFn
java.lang.Object
org.apache.druid.query.search.SearchBinaryFn
- All Implemented Interfaces:
BiFunction<Result<SearchResultValue>,,Result<SearchResultValue>, Result<SearchResultValue>> BinaryOperator<Result<SearchResultValue>>
-
Constructor Summary
ConstructorsConstructorDescriptionSearchBinaryFn(SearchSortSpec searchSortSpec, Granularity granularity, int limit) -
Method Summary
Modifier and TypeMethodDescriptionapply(Result<SearchResultValue> arg1, Result<SearchResultValue> 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
-
SearchBinaryFn
-
-
Method Details
-
apply
public Result<SearchResultValue> apply(Result<SearchResultValue> arg1, Result<SearchResultValue> arg2) - Specified by:
applyin interfaceBiFunction<Result<SearchResultValue>,Result<SearchResultValue>, Result<SearchResultValue>>
-