public static class StatisticAggregationsDescriptor.Builder<T> extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
void |
addColumnStatistic(ColumnStatisticMetadata statisticMetadata,
T key) |
void |
addGrouping(String column,
T key) |
void |
addTableStatistic(TableStatisticType type,
T key) |
StatisticAggregationsDescriptor<T> |
build() |
public void addTableStatistic(TableStatisticType type, T key)
public void addColumnStatistic(ColumnStatisticMetadata statisticMetadata, T key)
public StatisticAggregationsDescriptor<T> build()
Copyright © 2012–2019. All rights reserved.