Uses of Interface
org.pentaho.aggdes.model.Schema
Packages that use Schema
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 Schema in org.pentaho.aggdes.algorithm
Methods in org.pentaho.aggdes.algorithm with parameters of type SchemaModifier and TypeMethodDescriptionAlgorithm.computeAggregateCosts(Schema schema, Map<Parameter, Object> parameterValues, List<Aggregate> aggregateList) Computes cost/benefit metrics for a list of Aggregates.Algorithm.createAggregate(Schema schema, List<Attribute> attributeList) Creates an Aggregate.Runs the optimization algorithm to produces a set of recommended aggregate tables. -
Uses of Schema in org.pentaho.aggdes.algorithm.impl
Fields in org.pentaho.aggdes.algorithm.impl declared as SchemaModifier and TypeFieldDescriptionprotected SchemaAlgorithmImpl.schemaprotected final SchemaLatticeImpl.schemaMethods in org.pentaho.aggdes.algorithm.impl with parameters of type SchemaModifier 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) AlgorithmImpl.createAggregate(Schema schema, List<Attribute> attributeList) AdaptiveMonteCarloAlgorithm.run(Schema schema, Map<Parameter, Object> parameterValues, Progress progress) ExhaustiveLatticeAlgorithm.run(Schema schema, Map<Parameter, Object> parameterValues, Progress progress) Constructors in org.pentaho.aggdes.algorithm.impl with parameters of type SchemaModifierConstructorDescriptionAggregateImpl(Schema schema, BitSetPlus bits) protectedLatticeImpl(Schema schema) Creates a lattice.MonteCarloLatticeImpl(Schema schema) -
Uses of Schema in org.pentaho.aggdes.model
Methods in org.pentaho.aggdes.model that return SchemaModifier and TypeMethodDescriptionSchemaLoader.createSchema(Map<Parameter, Object> parameterValues) Creates a Schema.