Uses of Class
mondrian.rolap.agg.GroupingSet
-
Packages that use GroupingSet Package Description mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.agg 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 GroupingSet Modifier and Type Method Description List<GroupingSet>GroupingSetsCollector. getGroupingSets()Methods in mondrian.rolap with parameters of type GroupingSet Modifier and Type Method Description voidGroupingSetsCollector. add(GroupingSet aggInfo) -
Uses of GroupingSet in mondrian.rolap.agg
Method parameters in mondrian.rolap.agg with type arguments of type GroupingSet Modifier and Type Method Description voidSegmentLoader. load(int cellRequestCount, List<GroupingSet> groupingSets, List<StarPredicate> compoundPredicateList, List<Future<Map<Segment,SegmentWithData>>> segmentFutures)Loads data for all the segments of the GroupingSets.
-