| Package | Description | 
|---|---|
| mondrian.rolap | 
 Implements the data access layer for the olap package. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RolapBaseCubeMeasure
Measure which is computed from a SQL column (or expression) and which is
 defined in a non-virtual cube. 
 | 
class  | 
RolapVirtualCubeMeasure
Measure which is defined in a virtual cube, and based on a stored measure
 in one of the virtual cube's base cubes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RolapStoredMeasure | 
RolapNativeSql.getStoredMeasure()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
RolapNativeSet.overrideContext(RolapEvaluator evaluator,
               CrossJoinArg[] cargs,
               RolapStoredMeasure storedMeasure)
Overrides current members in position by default members in
 hierarchies which are involved in this filter/topcount. 
 | 
| Constructor and Description | 
|---|
RolapVirtualCubeMeasure(RolapMember parentMember,
                       RolapLevel level,
                       RolapStoredMeasure cubeMeasure,
                       Map<String,Annotation> annotationMap)  | 
Copyright © 2018 Hitachi Vantara. All rights reserved.