Module org.elasticsearch.compute
Class SharedNumericThreshold.Supplier
java.lang.Object
org.elasticsearch.compute.operator.SideChannel.Supplier<SharedNumericThreshold>
org.elasticsearch.compute.operator.topn.SharedNumericThreshold.Supplier
- Enclosing class:
SharedNumericThreshold
public static final class SharedNumericThreshold.Supplier
extends SideChannel.Supplier<SharedNumericThreshold>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.compute.operator.SideChannel.Supplier
get
-
Constructor Details
-
Supplier
public Supplier(boolean ascending, boolean nullsFirst)
-
-
Method Details
-
ascending
public boolean ascending() -
nullsFirst
public boolean nullsFirst() -
build
- Specified by:
buildin classSideChannel.Supplier<SharedNumericThreshold>
-