public class TestSelect extends io.prestosql.tempto.ProductTest implements io.prestosql.tempto.RequirementsProvider
| Constructor and Description |
|---|
TestSelect() |
| Modifier and Type | Method and Description |
|---|---|
io.prestosql.tempto.Requirement |
getRequirements(io.prestosql.tempto.configuration.Configuration configuration) |
void |
testAllDataTypes() |
void |
testNationJoinNation() |
void |
testNationJoinRegion() |
void |
testProtocolVersion() |
void |
testSelectAllTypePartitioningMaterializedView() |
void |
testSelectClusteringMaterializedView() |
void |
testSelectNation() |
void |
testSelectWithEqualityFilterOnNonPartitioningKey() |
void |
testSelectWithEqualityFilterOnPartitioningKey() |
void |
testSelectWithFilterOnPartitioningKey() |
void |
testSelectWithMorePartitioningKeysThanLimit() |
void |
testSelectWithMorePartitioningKeysThanLimitNonPK() |
void |
testSelectWithNonEqualityFilterOnNonPartitioningKey() |
public io.prestosql.tempto.Requirement getRequirements(io.prestosql.tempto.configuration.Configuration configuration)
getRequirements in interface io.prestosql.tempto.RequirementsProviderpublic void testSelectNation()
public void testSelectWithEqualityFilterOnPartitioningKey()
public void testSelectWithFilterOnPartitioningKey()
public void testSelectWithEqualityFilterOnNonPartitioningKey()
public void testSelectWithNonEqualityFilterOnNonPartitioningKey()
public void testSelectWithMorePartitioningKeysThanLimit()
public void testSelectWithMorePartitioningKeysThanLimitNonPK()
public void testAllDataTypes()
public void testNationJoinNation()
public void testNationJoinRegion()
public void testSelectAllTypePartitioningMaterializedView()
public void testSelectClusteringMaterializedView()
public void testProtocolVersion()
Copyright © 2012–2019. All rights reserved.