Class IoPlanPrinter.EstimatedStatsAndCost

java.lang.Object
io.trino.sql.planner.planprinter.IoPlanPrinter.EstimatedStatsAndCost
Enclosing class:
IoPlanPrinter

public static class IoPlanPrinter.EstimatedStatsAndCost extends Object
  • 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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object