Uses of Package
org.pentaho.aggdes.algorithm.impl
Packages that use org.pentaho.aggdes.algorithm.impl
Package
Description
Provides a default implementation of the Aggregate Design algorithm,
which is specified in the
org.pentaho.aggdes.algorithm
package.-
Classes in org.pentaho.aggdes.algorithm.impl used by org.pentaho.aggdes.algorithm.implClassDescriptionImplementation of
Aggregate
.Implementation of theAlgorithm
that 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 ofResult
.