Class IoPlanPrinter.EstimatedStatsAndCost

  • Enclosing class:
    IoPlanPrinter

    public static class IoPlanPrinter.EstimatedStatsAndCost
    extends Object
    • Constructor Detail

      • EstimatedStatsAndCost

        public EstimatedStatsAndCost​(double outputRowCount,
                                     double outputSizeInBytes,
                                     double cpuCost,
                                     double maxMemory,
                                     double networkCost)
    • Method Detail

      • getOutputRowCount

        public double getOutputRowCount()
      • getOutputSizeInBytes

        public double getOutputSizeInBytes()
      • getCpuCost

        public double getCpuCost()
      • getMaxMemory

        public double getMaxMemory()
      • getNetworkCost

        public double getNetworkCost()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object