Package mondrian.test

Class UdfTest.StringMultUdf

  • All Implemented Interfaces:
    UserDefinedFunction
    Enclosing class:
    UdfTest

    public static class UdfTest.StringMultUdf
    extends Object
    implements UserDefinedFunction
    The "TimesString" user-defined function. We wanted a function whose actual return type (string) is not the same as the guessed return type (integer).
    • Constructor Detail

      • StringMultUdf

        public StringMultUdf()