Uses of Class
mondrian.rolap.agg.DrillThroughCellRequest
Package
Description
Implements the data access layer for the olap package.
Manages a cache of aggregates containing cell values.
-
Uses of DrillThroughCellRequest in mondrian.rolap
Modifier and TypeMethodDescriptionstatic DrillThroughCellRequest
RolapAggregationManager.makeDrillThroughRequest
(Member[] members, boolean extendedContext, RolapCube cube, List<OlapElement> returnClauseMembers) Creates a request for the fact-table rows underlying the cell identified bymembers
.Modifier and TypeMethodDescriptionabstract String
RolapAggregationManager.getDrillThroughSql
(DrillThroughCellRequest request, StarPredicate starPredicateSlicer, List<OlapElement> fields, boolean countOnly) Generates a SQL statement which will return the rows which contribute to this request. -
Uses of DrillThroughCellRequest in mondrian.rolap.agg
Modifier and TypeMethodDescriptionAggregationManager.getDrillThroughSql
(DrillThroughCellRequest request, StarPredicate starPredicateSlicer, List<OlapElement> fields, boolean countOnly)