Uses of Class
mondrian.rolap.agg.DrillThroughCellRequest
-
Packages that use DrillThroughCellRequest 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 DrillThroughCellRequest in mondrian.rolap
Methods in mondrian.rolap that return DrillThroughCellRequest Modifier and Type Method Description static 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
.Methods in mondrian.rolap with parameters of type DrillThroughCellRequest Modifier and Type Method Description abstract 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
Methods in mondrian.rolap.agg with parameters of type DrillThroughCellRequest Modifier and Type Method Description String
AggregationManager. getDrillThroughSql(DrillThroughCellRequest request, StarPredicate starPredicateSlicer, List<OlapElement> fields, boolean countOnly)
-