Package io.trino.cost
Class PlanNodeStatsAndCostSummary
java.lang.Object
io.trino.cost.PlanNodeStatsAndCostSummary
-
Constructor Summary
ConstructorsConstructorDescriptionPlanNodeStatsAndCostSummary(double outputRowCount, double outputSizeInBytes, double cpuCost, double memoryCost, double networkCost) -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoubledouble
-
Constructor Details
-
PlanNodeStatsAndCostSummary
public PlanNodeStatsAndCostSummary(double outputRowCount, double outputSizeInBytes, double cpuCost, double memoryCost, double networkCost)
-
-
Method Details
-
getOutputRowCount
public double getOutputRowCount() -
getOutputSizeInBytes
public double getOutputSizeInBytes() -
getCpuCost
public double getCpuCost() -
getMemoryCost
public double getMemoryCost() -
getNetworkCost
public double getNetworkCost()
-