Uses of Interface
io.trino.testing.datatype.ColumnSetup
-
Packages that use ColumnSetup Package Description io.trino.testing.datatype -
-
Uses of ColumnSetup in io.trino.testing.datatype
Classes in io.trino.testing.datatype that implement ColumnSetup Modifier and Type Class Description static classDataTypeTest.Input<T>Method parameters in io.trino.testing.datatype with type arguments of type ColumnSetup Modifier and Type Method Description TestTableCreateAndInsertDataSetup. setupTestTable(List<ColumnSetup> inputs)TestTableCreateAndTrinoInsertDataSetup. setupTestTable(List<ColumnSetup> inputs)TestTableCreateAsSelectDataSetup. setupTestTable(List<ColumnSetup> inputs)TestTableDataSetup. setupTestTable(List<ColumnSetup> inputs)protected StringCreateAndInsertDataSetup. tableDefinition(List<ColumnSetup> inputs)
-