Package io.trino.sql.planner.planprinter
Class IoPlanPrinter.EstimatedStatsAndCost
- java.lang.Object
-
- io.trino.sql.planner.planprinter.IoPlanPrinter.EstimatedStatsAndCost
-
- Enclosing class:
- IoPlanPrinter
public static class IoPlanPrinter.EstimatedStatsAndCost extends Object
-
-
Constructor Summary
Constructors Constructor Description EstimatedStatsAndCost(double outputRowCount, double outputSizeInBytes, double cpuCost, double maxMemory, double networkCost)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)doublegetCpuCost()doublegetMaxMemory()doublegetNetworkCost()doublegetOutputRowCount()doublegetOutputSizeInBytes()inthashCode()StringtoString()
-