Package org.pentaho.aggdes.algorithm.impl
package org.pentaho.aggdes.algorithm.impl
Provides a default implementation of the Aggregate Design algorithm,
which is specified in the
org.pentaho.aggdes.algorithm package.-
ClassDescriptionImplementation of
Algorithmthat runs theMonte Carlo methodrepeatedly, tuning the cost limit each time to yield an effective cost limit.Implementation ofAggregate.Implementation of theAlgorithmthat uses an exhaustive algorithm.Represents the cost of materializing anAggregate.Data structure which contains the set of all possible aggregates, arranged so that you can navigate from any aggregate to its parents (aggregates having precisely one more attribute) and to its children (aggregates having precisely one fewer attribute).Abstract implementation of the Lattice data structure.Implementation of theLatticedata structure for use by theMonteCarloAlgorithm.Implementation ofResult.