Package io.prestosql.spi.statistics
Class ComputedStatistics.Builder
- java.lang.Object
-
- io.prestosql.spi.statistics.ComputedStatistics.Builder
-
- Enclosing class:
- ComputedStatistics
public static class ComputedStatistics.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputedStatistics.Builder
addColumnStatistic(ColumnStatisticMetadata columnStatisticMetadata, Block value)
ComputedStatistics.Builder
addTableStatistic(TableStatisticType type, Block value)
ComputedStatistics
build()
-
-
-
Method Detail
-
addTableStatistic
public ComputedStatistics.Builder addTableStatistic(TableStatisticType type, Block value)
-
addColumnStatistic
public ComputedStatistics.Builder addColumnStatistic(ColumnStatisticMetadata columnStatisticMetadata, Block value)
-
build
public ComputedStatistics build()
-
-