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