Package io.prestosql.testing.statistics
Interface Metric
-
public interface Metric
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetComputingAggregationSql()java.util.OptionalDoublegetValueFromAggregationQueryResult(java.lang.Object value)java.util.OptionalDoublegetValueFromPlanNodeEstimate(io.prestosql.cost.PlanNodeStatsEstimate planNodeStatsEstimate, StatsContext statsContext)
-
-
-
Method Detail
-
getValueFromPlanNodeEstimate
java.util.OptionalDouble getValueFromPlanNodeEstimate(io.prestosql.cost.PlanNodeStatsEstimate planNodeStatsEstimate, StatsContext statsContext)
-
getValueFromAggregationQueryResult
java.util.OptionalDouble getValueFromAggregationQueryResult(java.lang.Object value)
-
getComputingAggregationSql
java.lang.String getComputingAggregationSql()
-
-