@Internal public class ObjectSummaryAggregator extends Object implements Aggregator<Object,ObjectColumnSummary>
Aggregator that calculates statistics for Object values.| 构造器和说明 |
|---|
ObjectSummaryAggregator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
aggregate(Object value)
Add a value to the current aggregation.
|
void |
combine(Aggregator<Object,ObjectColumnSummary> otherSameType)
Combine two aggregations of the same type.
|
ObjectColumnSummary |
result()
Provide the final result of the aggregation.
|
public void aggregate(Object value)
Aggregatoraggregate 在接口中 Aggregator<Object,ObjectColumnSummary>public void combine(Aggregator<Object,ObjectColumnSummary> otherSameType)
Aggregator(Implementations will need to do an unchecked cast).
combine 在接口中 Aggregator<Object,ObjectColumnSummary>public ObjectColumnSummary result()
Aggregatorresult 在接口中 Aggregator<Object,ObjectColumnSummary>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.