Uses of Interface
org.pentaho.aggdes.model.Aggregate
Packages that use Aggregate
Package
Description
Defines the interface of the Aggregate Designer algorithm and supporting
classes.
Provides a default implementation of the Aggregate Design algorithm,
which is specified in the
org.pentaho.aggdes.algorithm package.Model for aggregate designer algorithm.
-
Uses of Aggregate in org.pentaho.aggdes.algorithm
Methods in org.pentaho.aggdes.algorithm that return AggregateModifier and TypeMethodDescriptionAlgorithm.createAggregate(Schema schema, List<Attribute> attributeList) Creates an Aggregate.Methods in org.pentaho.aggdes.algorithm that return types with arguments of type AggregateMethod parameters in org.pentaho.aggdes.algorithm with type arguments of type Aggregate -
Uses of Aggregate in org.pentaho.aggdes.algorithm.impl
Classes in org.pentaho.aggdes.algorithm.impl that implement AggregateMethods in org.pentaho.aggdes.algorithm.impl that return AggregateModifier and TypeMethodDescriptionAlgorithmImpl.createAggregate(Schema schema, List<Attribute> attributeList) Methods in org.pentaho.aggdes.algorithm.impl that return types with arguments of type AggregateMethod parameters in org.pentaho.aggdes.algorithm.impl with type arguments of type AggregateModifier and TypeMethodDescriptionAdaptiveMonteCarloAlgorithm.computeAggregateCosts(Schema schema, Map<Parameter, Object> parameterValues, List<Aggregate> aggregateList) ExhaustiveLatticeAlgorithm.computeAggregateCosts(Schema schema, Map<Parameter, Object> parameterValues, List<Aggregate> aggregateList) MonteCarloAlgorithm.computeAggregateCosts(Schema schema, Map<Parameter, Object> parameterValues, List<Aggregate> aggregateList) Constructor parameters in org.pentaho.aggdes.algorithm.impl with type arguments of type AggregateModifierConstructorDescriptionResultImpl(List<Aggregate> materializedAggregates, List<Algorithm.CostBenefit> costBenefitList, double costLimit, double cost, double benefit) -
Uses of Aggregate in org.pentaho.aggdes.model
Methods in org.pentaho.aggdes.model with parameters of type AggregateModifier and TypeMethodDescriptionSchema.generateAggregateSql(Aggregate aggregate, List<String> columnNameList) Converts an aggregate to a SELECT statement.