Package io.trino.sql.planner.plan
Class StatisticAggregationsDescriptor.Builder<T>
- java.lang.Object
-
- io.trino.sql.planner.plan.StatisticAggregationsDescriptor.Builder<T>
-
- Enclosing class:
- StatisticAggregationsDescriptor<T>
public static class StatisticAggregationsDescriptor.Builder<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddColumnStatistic(ColumnStatisticMetadata statisticMetadata, T key)voidaddGrouping(String column, T key)voidaddTableStatistic(TableStatisticType type, T key)StatisticAggregationsDescriptor<T>build()
-
-
-
Method Detail
-
addTableStatistic
public void addTableStatistic(TableStatisticType type, T key)
-
addColumnStatistic
public void addColumnStatistic(ColumnStatisticMetadata statisticMetadata, T key)
-
build
public StatisticAggregationsDescriptor<T> build()
-
-