Uses of Class
io.prestosql.testing.datatype.DataTypeTest
-
Packages that use DataTypeTest Package Description io.prestosql.testing.datatype -
-
Uses of DataTypeTest in io.prestosql.testing.datatype
Methods in io.prestosql.testing.datatype that return DataTypeTest Modifier and Type Method Description <T> DataTypeTestDataTypeTest. addRoundTrip(DataType<T> dataType, T value)<T> DataTypeTestDataTypeTest. addRoundTrip(DataType<T> dataType, T value, boolean useInWhereClause)static DataTypeTestDataTypeTest. create()static DataTypeTestDataTypeTest. create(boolean runSelectWithWhere)
-