Class TopCountNativeEvaluatorTest

    • Constructor Detail

      • TopCountNativeEvaluatorTest

        public TopCountNativeEvaluatorTest()
    • Method Detail

      • testNonNative_WhenExplicitlyDisabled

        public void testNonNative_WhenExplicitlyDisabled()
                                                  throws Exception
        Throws:
        Exception
      • testNonNative_WhenContextIsInvalid

        public void testNonNative_WhenContextIsInvalid()
                                                throws Exception
        Throws:
        Exception
      • testNonNative_WhenTwoParametersArePassed

        public void testNonNative_WhenTwoParametersArePassed()
                                                      throws Exception
        For now, prohibit native evaluation of the function if has two parameters. According to the specification, this means the function should behave similarly to HEAD function. However, native evaluation joins data with the fact table and if there is no data there, then some records are ignored, what is not correct.
        Throws:
        Exception
        See Also:
        MONDRIAN-2394