Class SqlValidatorDynamicTest

    • Field Detail

      • TODO

        protected static final boolean TODO
        Deprecated.
        Deprecated so that usages of this constant will show up in yellow in Intellij and maybe someone will fix them.
        See Also:
        Constant Field Values
      • LOGGER

        protected static final org.slf4j.Logger LOGGER
      • ERR_IN_VALUES_INCOMPATIBLE

        private static final java.lang.String ERR_IN_VALUES_INCOMPATIBLE
        See Also:
        Constant Field Values
      • ERR_IN_OPERANDS_INCOMPATIBLE

        private static final java.lang.String ERR_IN_OPERANDS_INCOMPATIBLE
        See Also:
        Constant Field Values
      • ERR_AGG_IN_GROUP_BY

        private static final java.lang.String ERR_AGG_IN_GROUP_BY
        See Also:
        Constant Field Values
      • ERR_AGG_IN_ORDER_BY

        private static final java.lang.String ERR_AGG_IN_ORDER_BY
        See Also:
        Constant Field Values
      • STR_AGG_REQUIRES_MONO

        private static final java.lang.String STR_AGG_REQUIRES_MONO
        See Also:
        Constant Field Values
      • STR_ORDER_REQUIRES_MONO

        private static final java.lang.String STR_ORDER_REQUIRES_MONO
        See Also:
        Constant Field Values
      • STR_SET_OP_INCONSISTENT

        private static final java.lang.String STR_SET_OP_INCONSISTENT
        See Also:
        Constant Field Values
      • ROW_RANGE_NOT_ALLOWED_WITH_RANK

        private static final java.lang.String ROW_RANGE_NOT_ALLOWED_WITH_RANK
        See Also:
        Constant Field Values
    • Constructor Detail

      • SqlValidatorDynamicTest

        public SqlValidatorDynamicTest()
    • Method Detail

      • setUSLocale

        public static void setUSLocale()
      • testAmbiguousDynamicStar2

        public void testAmbiguousDynamicStar2()
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testAmbiguousDynamicStar3

        public void testAmbiguousDynamicStar3()
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testAmbiguousDynamicStar4

        public void testAmbiguousDynamicStar4()
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testDynamicStar2

        public void testDynamicStar2()
                              throws java.lang.Exception
        When resolve column reference, regular field has higher priority than dynamic star columns.
        Throws:
        java.lang.Exception