Class TestSelect

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

    public class TestSelect
    extends io.trino.tempto.ProductTest
    implements io.trino.tempto.RequirementsProvider
    • Constructor Detail

      • TestSelect

        public TestSelect()
    • Method Detail

      • getRequirements

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

        public void testSelectNation()
      • testSelectWithEqualityFilterOnPartitioningKey

        public void testSelectWithEqualityFilterOnPartitioningKey()
      • testSelectWithFilterOnPartitioningKey

        public void testSelectWithFilterOnPartitioningKey()
      • testSelectWithEqualityFilterOnNonPartitioningKey

        public void testSelectWithEqualityFilterOnNonPartitioningKey()
      • testSelectWithNonEqualityFilterOnNonPartitioningKey

        public void testSelectWithNonEqualityFilterOnNonPartitioningKey()
      • testSelectWithMorePartitioningKeysThanLimit

        public void testSelectWithMorePartitioningKeysThanLimit()
      • testSelectWithMorePartitioningKeysThanLimitNonPK

        public void testSelectWithMorePartitioningKeysThanLimitNonPK()
      • testAllDataTypes

        public void testAllDataTypes()
      • testNationJoinNation

        public void testNationJoinNation()
      • testNationJoinRegion

        public void testNationJoinRegion()
      • testSelectAllTypePartitioningMaterializedView

        public void testSelectAllTypePartitioningMaterializedView()
      • testSelectClusteringMaterializedView

        public void testSelectClusteringMaterializedView()
      • testProtocolVersion

        public void testProtocolVersion()