public static class ComputedStatistics.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ComputedStatistics.Builder |
addColumnStatistic(ColumnStatisticMetadata columnStatisticMetadata,
Block value) |
ComputedStatistics.Builder |
addTableStatistic(TableStatisticType type,
Block value) |
ComputedStatistics |
build() |
public ComputedStatistics.Builder addTableStatistic(TableStatisticType type, Block value)
public ComputedStatistics.Builder addColumnStatistic(ColumnStatisticMetadata columnStatisticMetadata, Block value)
public ComputedStatistics build()
Copyright © 2012–2022. All rights reserved.