public static class ValueSummaryAggregator.BooleanValueSummaryAggregator extends ValueSummaryAggregator<org.apache.flink.types.BooleanValue,Boolean,BooleanColumnSummary,BooleanSummaryAggregator>
ValueSummaryAggregator for Boolean.ValueSummaryAggregator.BooleanValueSummaryAggregator, ValueSummaryAggregator.DoubleValueSummaryAggregator, ValueSummaryAggregator.FloatValueSummaryAggregator, ValueSummaryAggregator.IntegerValueSummaryAggregator, ValueSummaryAggregator.LongValueSummaryAggregator, ValueSummaryAggregator.ShortValueSummaryAggregator, ValueSummaryAggregator.StringValueSummaryAggregator| 构造器和说明 |
|---|
BooleanValueSummaryAggregator() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Boolean |
getValue(org.apache.flink.types.BooleanValue value)
Get the value out of a value type.
|
protected BooleanSummaryAggregator |
initPrimitiveAggregator()
Initialize an aggregator that can be used for the underlying primitive in the Value type.
|
aggregate, combine, resultprotected BooleanSummaryAggregator initPrimitiveAggregator()
ValueSummaryAggregatorE.g. DoubleValues can easily be converted to Double and could use an underlying Aggregator<Double,?>
initPrimitiveAggregator 在类中 ValueSummaryAggregator<org.apache.flink.types.BooleanValue,Boolean,BooleanColumnSummary,BooleanSummaryAggregator>protected Boolean getValue(org.apache.flink.types.BooleanValue value)
ValueSummaryAggregatorgetValue 在类中 ValueSummaryAggregator<org.apache.flink.types.BooleanValue,Boolean,BooleanColumnSummary,BooleanSummaryAggregator>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.