Uses of Class
mondrian.rolap.agg.Aggregation
-
Packages that use Aggregation Package Description mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of Aggregation in mondrian.rolap
Methods in mondrian.rolap that return Aggregation Modifier and Type Method Description AggregationRolapStar. lookupOrCreateAggregation(AggregationKey aggregationKey)Looks up an aggregation or creates one if it does not exist in an atomic (synchronized) operation.AggregationRolapStar. lookupSegment(AggregationKey aggregationKey)Looks for an existing aggregation over a given set of columns, in the local segment cache, returningnullif there is none.
-