public class TestSelect extends io.prestosql.tempto.ProductTest implements io.prestosql.tempto.RequirementsProvider
| Constructor and Description |
|---|
TestSelect() |
| Modifier and Type | Method and Description |
|---|---|
void |
dropTestTables() |
io.prestosql.tempto.Requirement |
getRequirements(io.prestosql.tempto.configuration.Configuration configuration) |
void |
testAllDatatypes() |
void |
testCreateTableAsSelect() |
void |
testNationJoinRegion() |
void |
testNationSelfInnerJoin() |
void |
testSelectNation() |
public io.prestosql.tempto.Requirement getRequirements(io.prestosql.tempto.configuration.Configuration configuration)
getRequirements in interface io.prestosql.tempto.RequirementsProviderpublic void dropTestTables()
public void testSelectNation()
public void testNationSelfInnerJoin()
public void testNationJoinRegion()
public void testAllDatatypes()
public void testCreateTableAsSelect()
Copyright © 2012–2019. All rights reserved.