public class ColumnMergedStatistic extends AbstractMergedStatistic
Statistic.StateinputName, name, samplePercent, state| Constructor and Description |
|---|
ColumnMergedStatistic() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInput()
Gets the name of the input statistic
|
String |
getName()
Gets the name of the merged statistic
|
void |
initialize(String inputName,
double samplePercent)
Initialize the merged statistic
|
void |
merge(MapVector input)
Merges the input statistic (incoming value vector) into the existing
merged statistic
|
void |
setOutput(MapVector output)
Sets the merged statistic value in the output (outgoing value vector)
|
initializepublic void initialize(String inputName, double samplePercent)
MergedStatisticinitialize in interface MergedStatisticinitialize in class AbstractMergedStatisticinputName - - the input StatisticsAggBatch statistic for this merged statisticsamplePercent - - the sample percentage used for extrapolation post merge phasepublic String getName()
MergedStatisticgetName in interface MergedStatisticgetName in class AbstractMergedStatisticpublic String getInput()
MergedStatisticgetInput in interface MergedStatisticgetInput in class AbstractMergedStatisticStatisticsAggBatch statistic for this merged statisticpublic void merge(MapVector input)
MergedStatisticmerge in interface MergedStatisticmerge in class AbstractMergedStatisticinput - - the input value vector to mergepublic void setOutput(MapVector output)
MergedStatisticsetOutput in interface MergedStatisticsetOutput in class AbstractMergedStatisticoutput - - the output vector where to populate the statistic valueCopyright © 2021 The Apache Software Foundation. All rights reserved.