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