Package io.trino.spi.statistics
Class ComputedStatistics.Builder
java.lang.Object
io.trino.spi.statistics.ComputedStatistics.Builder
- Enclosing class:
- ComputedStatistics
-
Method Summary
Modifier and TypeMethodDescriptionaddColumnStatistic(ColumnStatisticMetadata columnStatisticMetadata, Block value) addTableStatistic(TableStatisticType type, Block value) build()
-
Method Details
-
addTableStatistic
-
addColumnStatistic
public ComputedStatistics.Builder addColumnStatistic(ColumnStatisticMetadata columnStatisticMetadata, Block value) -
build
-