Class TestHiveViews

  • All Implemented Interfaces:
    io.prestosql.tempto.RequirementsProvider

    public class TestHiveViews
    extends HiveProductTest
    implements io.prestosql.tempto.RequirementsProvider
    • Constructor Detail

      • TestHiveViews

        public TestHiveViews()
    • Method Detail

      • getRequirements

        public io.prestosql.tempto.Requirement getRequirements​(io.prestosql.tempto.configuration.Configuration configuration)
        Specified by:
        getRequirements in interface io.prestosql.tempto.RequirementsProvider
      • testSelectOnView

        public void testSelectOnView()
      • testSelectOnViewFromDifferentSchema

        public void testSelectOnViewFromDifferentSchema()
      • testViewWithUnsupportedCoercion

        public void testViewWithUnsupportedCoercion()
      • testWithUnsupportedFunction

        public void testWithUnsupportedFunction()
      • testExistingView

        public void testExistingView()
      • testShowCreateView

        public void testShowCreateView()
      • testUnsupportedLateralViews

        public void testUnsupportedLateralViews()
      • testIdentifierThatStartWithDigit

        public void testIdentifierThatStartWithDigit()
      • testHiveViewInInformationSchema

        public void testHiveViewInInformationSchema()
      • testHiveViewWithParametrizedTypes

        public void testHiveViewWithParametrizedTypes()