Package io.prestosql.testing.datatype
Class CreateAndPrestoInsertDataSetup
- java.lang.Object
-
- io.prestosql.testing.datatype.CreateAndPrestoInsertDataSetup
-
-
Constructor Summary
Constructors Constructor Description CreateAndPrestoInsertDataSetup(SqlExecutor sqlExecutor, PrestoSqlExecutor prestoSqlExecutor, java.lang.String tableNamePrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestTablesetupTestTable(java.util.List<DataTypeTest.Input<?>> inputs)
-
-
-
Constructor Detail
-
CreateAndPrestoInsertDataSetup
public CreateAndPrestoInsertDataSetup(SqlExecutor sqlExecutor, PrestoSqlExecutor prestoSqlExecutor, java.lang.String tableNamePrefix)
-
-
Method Detail
-
setupTestTable
public TestTable setupTestTable(java.util.List<DataTypeTest.Input<?>> inputs)
- Specified by:
setupTestTablein interfaceDataSetup
-
-