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