Class TestSelect

java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.cassandra.TestSelect
All Implemented Interfaces:
io.trino.tempto.RequirementsProvider

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

    • TestSelect

      public TestSelect()
  • Method Details

    • 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()
    • testSelectTupleType

      public void testSelectTupleType()
    • testSelectTupleTypeInPrimaryKey

      public void testSelectTupleTypeInPrimaryKey()
    • testSelectUserDefinedType

      public void testSelectUserDefinedType()
    • testSelectUserDefinedTypeInPrimaryKey

      public void testSelectUserDefinedTypeInPrimaryKey()