| Package | Description |
|---|---|
| mondrian.rolap |
Implements the data access layer for the olap package.
|
| mondrian.rolap.agg |
Manages a cache of aggregates containing cell values.
|
| Modifier and Type | Method and 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
by
members. |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AggregationManager.getDrillThroughSql(DrillThroughCellRequest request,
StarPredicate starPredicateSlicer,
List<OlapElement> fields,
boolean countOnly) |
Copyright © 2018 Hitachi Vantara. All rights reserved.