| Package | Description |
|---|---|
| io.prestosql.testing.datatype | |
| io.prestosql.testing.sql |
| Constructor and Description |
|---|
CreateAndInsertDataSetup(SqlExecutor sqlExecutor,
String tableNamePrefix) |
CreateAndPrestoInsertDataSetup(SqlExecutor sqlExecutor,
PrestoSqlExecutor prestoSqlExecutor,
String tableNamePrefix) |
CreateAsSelectDataSetup(SqlExecutor sqlExecutor,
String tableNamePrefix) |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcSqlExecutor |
class |
PrestoSqlExecutor |
| Constructor and Description |
|---|
TestTable(SqlExecutor sqlExecutor,
String namePrefix,
String tableDefinition) |
TestTable(SqlExecutor sqlExecutor,
String namePrefix,
String tableDefinition,
List<String> rowsToInsert) |
Copyright © 2012–2020. All rights reserved.