Package mondrian.calc

Interface IntegerCalc

    • Method Detail

      • evaluateInteger

        int evaluateInteger​(Evaluator evaluator)
        Evaluates this expression to yield an int value. If the result is null, returns the special FunUtil.IntegerNull value.
        Parameters:
        evaluator - Evaluation context
        Returns:
        evaluation result