Package io.trino.testing.datatype
Interface DataSetup
-
- All Known Implementing Classes:
CreateAndInsertDataSetup,CreateAndTrinoInsertDataSetup,CreateAsSelectDataSetup
public interface DataSetup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestTablesetupTestTable(List<ColumnSetup> inputs)
-
-
-
Method Detail
-
setupTestTable
TestTable setupTestTable(List<ColumnSetup> inputs)
-
-