@Internal public abstract class Comparator extends Object implements Serializable
ComparableAggregator.| 构造器和说明 |
|---|
Comparator() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Comparator |
getForAggregation(AggregationFunction.AggregationType type) |
abstract <R> int |
isExtremal(Comparable<R> o1,
R o2) |
public abstract <R> int isExtremal(Comparable<R> o1, R o2)
public static Comparator getForAggregation(AggregationFunction.AggregationType type)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.