Uses of Interface
org.pentaho.aggdes.model.Attribute
Packages that use Attribute
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 Attribute in org.pentaho.aggdes.algorithm
Method parameters in org.pentaho.aggdes.algorithm with type arguments of type AttributeModifier and TypeMethodDescriptionAlgorithm.createAggregate(Schema schema, List<Attribute> attributeList) Creates an Aggregate. -
Uses of Attribute in org.pentaho.aggdes.algorithm.impl
Methods in org.pentaho.aggdes.algorithm.impl that return types with arguments of type AttributeMethod parameters in org.pentaho.aggdes.algorithm.impl with type arguments of type AttributeModifier and TypeMethodDescriptionAlgorithmImpl.createAggregate(Schema schema, List<Attribute> attributeList) -
Uses of Attribute in org.pentaho.aggdes.model
Subinterfaces of Attribute in org.pentaho.aggdes.modelMethods in org.pentaho.aggdes.model that return AttributeModifier and TypeMethodDescriptionLevel.getAttribute()Attribute associated with level if available Note that All Levels will not have an attribute associated with them.Methods in org.pentaho.aggdes.model that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttribute.getAncestorAttributes()Returns a list of Ancestor Attributes that make this attribute uniqueAggregate.getAttributes()Returns a list of attributes in this aggregate table.Schema.getAttributes()Returns a list of all attributes in this schema.Method parameters in org.pentaho.aggdes.model with type arguments of type AttributeModifier and TypeMethodDescriptiondoubleStatisticsProvider.getLoadTime(List<Attribute> attributes) doubleStatisticsProvider.getRowCount(List<Attribute> attributes) Returns an estimate of the number of distinct values of a collection of attributes.doubleReturns an estimate of the amount of space (in bytes) required to store a row in an Aggregate composed of the given Attributes.