Class Cost

java.lang.Object
org.pentaho.aggdes.algorithm.impl.Cost

public class Cost extends Object
Represents the cost of materializing an Aggregate.
  • Field Details

    • cost

      public double cost
    • benefitCount

      public int benefitCount
    • benefit

      public double benefit
  • Constructor Details

    • Cost

      public Cost()
  • Method Details

    • copyFrom

      public void copyFrom(Cost other)
    • toString

      public String toString()
      Overrides:
      toString in class Object