Package io.prestosql.testing.datatype
Interface DataSetup
-
- All Known Implementing Classes:
CreateAndInsertDataSetup,CreateAndPrestoInsertDataSetup,CreateAsSelectDataSetup
public interface DataSetup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestTablesetupTestTable(java.util.List<DataTypeTest.Input<?>> inputs)
-
-
-
Method Detail
-
setupTestTable
TestTable setupTestTable(java.util.List<DataTypeTest.Input<?>> inputs)
-
-