Interface RolapStoredMeasure

    • Method Detail

      • getCube

        RolapCube getCube()
        Returns the cube this measure belongs to.
      • getMondrianDefExpression

        MondrianDef.Expression getMondrianDefExpression()
        Returns the column which holds the value of the measure.
      • getAggregator

        RolapAggregator getAggregator()
        Returns the aggregation function which rolls up this measure: "SUM", "COUNT", etc.
      • getStarMeasure

        Object getStarMeasure()
        Returns the RolapStar.Measure from which this member is computed. Untyped, because another implementation might store it somewhere else.