Uses of Class
mondrian.rolap.agg.GroupingSet
Packages that use GroupingSet
Package
Description
Implements the data access layer for the olap package.
Manages a cache of aggregates containing cell values.
-
Uses of GroupingSet in mondrian.rolap
Methods in mondrian.rolap that return types with arguments of type GroupingSetMethods in mondrian.rolap with parameters of type GroupingSet -
Uses of GroupingSet in mondrian.rolap.agg
Method parameters in mondrian.rolap.agg with type arguments of type GroupingSetModifier and TypeMethodDescriptionvoid
SegmentLoader.load
(int cellRequestCount, List<GroupingSet> groupingSets, List<StarPredicate> compoundPredicateList, List<Future<Map<Segment, SegmentWithData>>> segmentFutures) Loads data for all the segments of the GroupingSets.