Package mondrian.test

Class UdfTest.ReverseIterableFunction

    • Constructor Detail

      • ReverseIterableFunction

        public ReverseIterableFunction()
    • Method Detail

      • execute

        public java.lang.Object execute​(Evaluator eval,
                                        UserDefinedFunction.Argument[] args)
        Description copied from interface: UserDefinedFunction
        Applies this function to a set of arguments, and returns a result.
        Specified by:
        execute in interface UserDefinedFunction
        Overrides:
        execute in class UdfTest.ReverseFunction
        Parameters:
        eval - Evaluator containts the runtime context, in particular the current member of each dimension.
        args - Expressions which yield the arguments of this function. Most user-defined functions will evaluate all arguments before using them. Functions such as IIf do not evaluate all arguments; this technique is called lazy evaluation.
        Returns:
        The result value.