Package io.trino.testing.datatype
Class CreateAndTrinoInsertDataSetup
- java.lang.Object
-
- io.trino.testing.datatype.CreateAndTrinoInsertDataSetup
-
-
Constructor Summary
Constructors Constructor Description CreateAndTrinoInsertDataSetup(SqlExecutor sqlExecutor, TrinoSqlExecutor trinoSqlExecutor, String tableNamePrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestTablesetupTestTable(List<ColumnSetup> inputs)
-
-
-
Constructor Detail
-
CreateAndTrinoInsertDataSetup
public CreateAndTrinoInsertDataSetup(SqlExecutor sqlExecutor, TrinoSqlExecutor trinoSqlExecutor, String tableNamePrefix)
-
-
Method Detail
-
setupTestTable
public TestTable setupTestTable(List<ColumnSetup> inputs)
- Specified by:
setupTestTablein interfaceDataSetup
-
-