Uses of Class
mondrian.rolap.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
Modifier and TypeClassDescriptionstatic class
Aggregator used for aggregate tables implementing the average aggregator.static class
Aggregator used for aggregate tables implementing the average aggregator.static class
This is the base class for implementing aggregators over sum and average columns in an aggregate table.static class
This is an aggregator used for aggregate tables implementing the sum aggregator.Modifier and TypeFieldDescriptionstatic final RolapAggregator
RolapAggregator.Avg
static final RolapAggregator
RolapAggregator.Count
static final RolapAggregator
RolapAggregator.DistinctCount
static final RolapAggregator
RolapAggregator.Max
static final RolapAggregator
RolapAggregator.Min
static final RolapAggregator
RolapAggregator.Sum
Modifier and TypeFieldDescriptionstatic final EnumeratedValues<RolapAggregator>
RolapAggregator.enumeration
List of all valid aggregation operators.Modifier 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.ModifierConstructorDescriptionMeasure
(String name, String cubeName, RolapAggregator aggregator, RolapStar.Table table, MondrianDef.Expression expression, Dialect.Datatype datatype) -
Uses of RolapAggregator in mondrian.rolap.aggmatcher
Modifier 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).Modifier and TypeMethodDescriptionvoid
JdbcSchema.Table.Column.Usage.setAggregator
(RolapAggregator aggregator) Sets the aggregator associated with this usage (if it is a measure usage).