Package mondrian.calc

Interface TupleCalc

    • Method Detail

      • evaluateTuple

        Member[] evaluateTuple​(Evaluator evaluator)
        Evaluates this expression to yield a tuple.

        A tuple cannot contain any null members. If any of the members is null, this method must return a null.

        Parameters:
        evaluator - Evaluation context
        Returns:
        an array of members, or null to represent the null tuple