| Package | Description |
|---|---|
| org.pentaho.aggdes.algorithm.impl |
Provides a default implementation of the Aggregate Design algorithm,
which is specified in the
org.pentaho.aggdes.algorithm package. |
| Class and Description |
|---|
| AggregateImpl
Implementation of
Aggregate. |
| AlgorithmImpl
Implementation of the
Algorithm
that uses an exhaustive
algorithm. |
| Cost
Represents the cost of materializing an
Aggregate. |
| Lattice
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).
|
| LatticeImpl
Abstract implementation of the Lattice data structure.
|
| ResultImpl
Implementation of
Result. |
Copyright © 2006–2016 Julian Hyde. All rights reserved.