public class StatisticAggregationsDescriptor<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StatisticAggregationsDescriptor.Builder<T> |
static class |
StatisticAggregationsDescriptor.ColumnStatisticMetadataKeyDeserializer |
static class |
StatisticAggregationsDescriptor.ColumnStatisticMetadataKeySerializer |
| Constructor and Description |
|---|
StatisticAggregationsDescriptor(Map<String,T> grouping,
Map<TableStatisticType,T> tableStatistics,
Map<ColumnStatisticMetadata,T> columnStatistics) |
| Modifier and Type | Method and Description |
|---|---|
static <B> StatisticAggregationsDescriptor.Builder<B> |
builder() |
static <T> StatisticAggregationsDescriptor<T> |
empty() |
boolean |
equals(Object o) |
Map<ColumnStatisticMetadata,T> |
getColumnStatistics() |
Map<String,T> |
getGrouping() |
Map<TableStatisticType,T> |
getTableStatistics() |
int |
hashCode() |
<T2> StatisticAggregationsDescriptor<T2> |
map(Function<T,T2> mapper) |
String |
toString() |
public StatisticAggregationsDescriptor(Map<String,T> grouping, Map<TableStatisticType,T> tableStatistics, Map<ColumnStatisticMetadata,T> columnStatistics)
public static <T> StatisticAggregationsDescriptor<T> empty()
public Map<TableStatisticType,T> getTableStatistics()
public Map<ColumnStatisticMetadata,T> getColumnStatistics()
public static <B> StatisticAggregationsDescriptor.Builder<B> builder()
public <T2> StatisticAggregationsDescriptor<T2> map(Function<T,T2> mapper)
Copyright © 2012–2019. All rights reserved.