Package io.trino.sql.planner.planprinter
Class IoPlanPrinter.EstimatedStatsAndCost
java.lang.Object
io.trino.sql.planner.planprinter.IoPlanPrinter.EstimatedStatsAndCost
- Enclosing class:
IoPlanPrinter
-
Constructor Summary
ConstructorsConstructorDescriptionEstimatedStatsAndCost(double outputRowCount, double outputSizeInBytes, double cpuCost, double maxMemory, double networkCost) -
Method Summary
-
Constructor Details
-
EstimatedStatsAndCost
public EstimatedStatsAndCost(double outputRowCount, double outputSizeInBytes, double cpuCost, double maxMemory, double networkCost)
-
-
Method Details
-
getOutputRowCount
public double getOutputRowCount() -
getOutputSizeInBytes
public double getOutputSizeInBytes() -
getCpuCost
public double getCpuCost() -
getMaxMemory
public double getMaxMemory() -
getNetworkCost
public double getNetworkCost() -
equals
-
hashCode
public int hashCode() -
toString
-