| Package | Description | 
|---|---|
| mondrian.rolap | 
 Implements the data access layer for the olap package. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
RolapStoredMeasure
A measure which is implemented by a SQL column or SQL expression (as opposed
 to a  
RolapCalculatedMember. | 
| 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. 
 | 
protected class  | 
RolapHierarchy.RolapCalculatedMeasure
Calculated member which is also a measure (that is, a member of the
 [Measures] dimension). 
 | 
class  | 
RolapResult.CompoundSlicerRolapMember
Member which holds the AggregateCalc used when evaluating
 a compound slicer. 
 | 
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. 
 | 
| Constructor and Description | 
|---|
CompoundPredicateInfo(List<List<Member>> tupleList,
                     RolapMeasure measure,
                     Evaluator evaluator)  | 
Copyright © 2018 Hitachi Vantara. All rights reserved.