Uses of Interface
io.trino.cost.ComposableStatsCalculator.Rule
-
Packages that use ComposableStatsCalculator.Rule Package Description io.trino.cost -
-
Uses of ComposableStatsCalculator.Rule in io.trino.cost
Classes in io.trino.cost that implement ComposableStatsCalculator.Rule Modifier and Type Class Description classAggregationStatsRuleclassAssignUniqueIdStatsRuleclassEnforceSingleRowStatsRuleclassExchangeStatsRuleclassFilterStatsRuleclassJoinStatsRuleclassLimitStatsRuleclassOutputStatsRuleclassProjectStatsRuleclassRowNumberStatsRuleclassSampleStatsRuleclassSemiJoinStatsRuleclassSimpleFilterProjectSemiJoinStatsRuleIt is not yet proven whether this heuristic is any better or worse.classSimpleStatsRule<T extends PlanNode>classSortStatsRuleclassSpatialJoinStatsRuleclassTableScanStatsRuleclassTopNStatsRuleclassUnionStatsRuleclassValuesStatsRuleMethods in io.trino.cost that return types with arguments of type ComposableStatsCalculator.Rule Modifier and Type Method Description List<ComposableStatsCalculator.Rule<?>>StatsCalculatorModule.StatsRulesProvider. get()Constructor parameters in io.trino.cost with type arguments of type ComposableStatsCalculator.Rule Constructor Description ComposableStatsCalculator(List<ComposableStatsCalculator.Rule<?>> rules)
-