Uses of Class
io.trino.cost.SymbolStatsEstimate
-
Packages that use SymbolStatsEstimate Package Description io.trino.cost -
-
Uses of SymbolStatsEstimate in io.trino.cost
Methods in io.trino.cost that return SymbolStatsEstimate Modifier and Type Method Description SymbolStatsEstimateSymbolStatsEstimate.Builder. build()SymbolStatsEstimateScalarStatsCalculator. calculate(Expression scalarExpression, PlanNodeStatsEstimate inputStatistics, Session session, TypeProvider types)SymbolStatsEstimatePlanNodeStatsEstimate. getSymbolStatistics(Symbol symbol)SymbolStatsEstimateSymbolStatsEstimate. mapDistinctValuesCount(Function<Double,Double> mappingFunction)SymbolStatsEstimateSymbolStatsEstimate. mapNullsFraction(Function<Double,Double> mappingFunction)static SymbolStatsEstimateSymbolStatsEstimate. unknown()static SymbolStatsEstimateSymbolStatsEstimate. zero()Methods in io.trino.cost that return types with arguments of type SymbolStatsEstimate Modifier and Type Method Description Map<Symbol,SymbolStatsEstimate>PlanNodeStatsEstimate. getSymbolStatistics()Method parameters in io.trino.cost with type arguments of type SymbolStatsEstimate Modifier and Type Method Description PlanNodeStatsEstimate.BuilderPlanNodeStatsEstimate.Builder. addSymbolStatistics(Map<Symbol,SymbolStatsEstimate> symbolStatistics)PlanNodeStatsEstimatePlanNodeStatsEstimate. mapSymbolColumnStatistics(Symbol symbol, Function<SymbolStatsEstimate,SymbolStatsEstimate> mappingFunction)PlanNodeStatsEstimatePlanNodeStatsEstimate. mapSymbolColumnStatistics(Symbol symbol, Function<SymbolStatsEstimate,SymbolStatsEstimate> mappingFunction)Constructor parameters in io.trino.cost with type arguments of type SymbolStatsEstimate Constructor Description PlanNodeStatsEstimate(double outputRowCount, Map<Symbol,SymbolStatsEstimate> symbolStatistics)
-