Package io.trino.cost
Class PlanNodeStatsAndCostSummary
- java.lang.Object
-
- io.trino.cost.PlanNodeStatsAndCostSummary
-
public class PlanNodeStatsAndCostSummary extends Object
-
-
Constructor Summary
Constructors Constructor Description PlanNodeStatsAndCostSummary(double outputRowCount, double outputSizeInBytes, double cpuCost, double memoryCost, double networkCost)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCpuCost()doublegetMemoryCost()doublegetNetworkCost()doublegetOutputRowCount()doublegetOutputSizeInBytes()
-