Uses of Class
mondrian.rolap.RolapAggregator
Packages that use RolapAggregator
Package
Description
Implements the data access layer for the olap package.
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of RolapAggregator in mondrian.rolap
Subclasses of RolapAggregator in mondrian.rolapModifier and TypeClassDescriptionstatic classAggregator used for aggregate tables implementing the average aggregator.static classAggregator used for aggregate tables implementing the average aggregator.static classThis is the base class for implementing aggregators over sum and average columns in an aggregate table.static classThis is an aggregator used for aggregate tables implementing the sum aggregator.Fields in mondrian.rolap declared as RolapAggregatorModifier and TypeFieldDescriptionstatic final RolapAggregatorRolapAggregator.Avgstatic final RolapAggregatorRolapAggregator.Countstatic final RolapAggregatorRolapAggregator.DistinctCountstatic final RolapAggregatorRolapAggregator.Maxstatic final RolapAggregatorRolapAggregator.Minstatic final RolapAggregatorRolapAggregator.SumFields in mondrian.rolap with type parameters of type RolapAggregatorModifier and TypeFieldDescriptionstatic final EnumeratedValues<RolapAggregator>RolapAggregator.enumerationList of all valid aggregation operators.Methods in mondrian.rolap that return RolapAggregatorModifier and TypeMethodDescriptionRolapBaseCubeMeasure.getAggregator()RolapStar.Measure.getAggregator()RolapStoredMeasure.getAggregator()Returns the aggregation function which rolls up this measure: "SUM", "COUNT", etc.RolapVirtualCubeMeasure.getAggregator()RolapAggregator.getNonDistinctAggregator()If this is a distinct aggregator, returns the corresponding non-distinct aggregator, otherwise throws an error.Constructors in mondrian.rolap with parameters of type RolapAggregatorModifierConstructorDescriptionMeasure(String name, String cubeName, RolapAggregator aggregator, RolapStar.Table table, MondrianDef.Expression expression, Dialect.Datatype datatype) -
Uses of RolapAggregator in mondrian.rolap.aggmatcher
Methods in mondrian.rolap.aggmatcher that return RolapAggregatorModifier and TypeMethodDescriptionAggStar.FactTable.Measure.getAggregator()Get this Measure's RolapAggregator.JdbcSchema.Table.Column.Usage.getAggregator()Returns the aggregator associated with this usage (if its a measure usage, otherwise null).Methods in mondrian.rolap.aggmatcher with parameters of type RolapAggregatorModifier and TypeMethodDescriptionvoidJdbcSchema.Table.Column.Usage.setAggregator(RolapAggregator aggregator) Sets the aggregator associated with this usage (if it is a measure usage).