Uses of Class
io.prestosql.spi.statistics.ComputedStatistics.Builder
-
Packages that use ComputedStatistics.Builder Package Description io.prestosql.spi.statistics -
-
Uses of ComputedStatistics.Builder in io.prestosql.spi.statistics
Methods in io.prestosql.spi.statistics that return ComputedStatistics.Builder Modifier and Type Method Description ComputedStatistics.Builder
ComputedStatistics.Builder. addColumnStatistic(ColumnStatisticMetadata columnStatisticMetadata, Block value)
ComputedStatistics.Builder
ComputedStatistics.Builder. addTableStatistic(TableStatisticType type, Block value)
static ComputedStatistics.Builder
ComputedStatistics. builder(List<String> groupingColumns, List<Block> groupingValues)
-