@Internal public class BooleanSummaryAggregator extends Object implements Aggregator<Boolean,BooleanColumnSummary>
Boolean
type.Constructor and Description |
---|
BooleanSummaryAggregator() |
Modifier and Type | Method and Description |
---|---|
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)
Aggregator
aggregate
in interface Aggregator<Boolean,BooleanColumnSummary>
public void combine(Aggregator<Boolean,BooleanColumnSummary> otherSameType)
Aggregator
(Implementations will need to do an unchecked cast).
combine
in interface Aggregator<Boolean,BooleanColumnSummary>
public BooleanColumnSummary result()
Aggregator
result
in interface Aggregator<Boolean,BooleanColumnSummary>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.