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