Package io.prestosql.tests.cassandra
Class TestSelect
- java.lang.Object
-
- io.prestosql.tempto.ProductTest
-
- io.prestosql.tests.cassandra.TestSelect
-
- All Implemented Interfaces:
io.prestosql.tempto.RequirementsProvider
public class TestSelect extends io.prestosql.tempto.ProductTest implements io.prestosql.tempto.RequirementsProvider
-
-
Constructor Summary
Constructors Constructor Description TestSelect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.prestosql.tempto.RequirementgetRequirements(io.prestosql.tempto.configuration.Configuration configuration)voidtestAllDataTypes()voidtestNationJoinNation()voidtestNationJoinRegion()voidtestProtocolVersion()voidtestSelectAllTypePartitioningMaterializedView()voidtestSelectClusteringMaterializedView()voidtestSelectNation()voidtestSelectWithEqualityFilterOnNonPartitioningKey()voidtestSelectWithEqualityFilterOnPartitioningKey()voidtestSelectWithFilterOnPartitioningKey()voidtestSelectWithMorePartitioningKeysThanLimit()voidtestSelectWithMorePartitioningKeysThanLimitNonPK()voidtestSelectWithNonEqualityFilterOnNonPartitioningKey()
-
-
-
Method Detail
-
getRequirements
public io.prestosql.tempto.Requirement getRequirements(io.prestosql.tempto.configuration.Configuration configuration)
- Specified by:
getRequirementsin interfaceio.prestosql.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()
-
-