Uses of Interface
mondrian.rolap.RolapMeasure
-
Packages that use RolapMeasure Package Description mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of RolapMeasure in mondrian.rolap
Subinterfaces of RolapMeasure in mondrian.rolap Modifier and Type Interface Description interface
RolapStoredMeasure
A measure which is implemented by a SQL column or SQL expression (as opposed to aRolapCalculatedMember
.Classes in mondrian.rolap that implement RolapMeasure Modifier and Type Class 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.Constructors in mondrian.rolap with parameters of type RolapMeasure Constructor Description CompoundPredicateInfo(List<List<Member>> tupleList, RolapMeasure measure, Evaluator evaluator)
-