Uses of Interface
mondrian.rolap.RolapStoredMeasure
-
Packages that use RolapStoredMeasure Package Description mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of RolapStoredMeasure in mondrian.rolap
Classes in mondrian.rolap that implement RolapStoredMeasure Modifier and Type Class Description classRolapBaseCubeMeasureMeasure which is computed from a SQL column (or expression) and which is defined in a non-virtual cube.classRolapVirtualCubeMeasureMeasure which is defined in a virtual cube, and based on a stored measure in one of the virtual cube's base cubes.Methods in mondrian.rolap that return RolapStoredMeasure Modifier and Type Method Description RolapStoredMeasureRolapNativeSql. getStoredMeasure()Methods in mondrian.rolap with parameters of type RolapStoredMeasure Modifier and Type Method Description protected voidRolapNativeSet. overrideContext(RolapEvaluator evaluator, CrossJoinArg[] cargs, RolapStoredMeasure storedMeasure)Overrides current members in position by default members in hierarchies which are involved in this filter/topcount.Constructors in mondrian.rolap with parameters of type RolapStoredMeasure Constructor Description RolapVirtualCubeMeasure(RolapMember parentMember, RolapLevel level, RolapStoredMeasure cubeMeasure, Map<String,Annotation> annotationMap)
-