Package io.trino.testing.datatype
Class DataTypeTest.Input<T>
- java.lang.Object
-
- io.trino.testing.datatype.DataTypeTest.Input<T>
-
- All Implemented Interfaces:
ColumnSetup
- Enclosing class:
- DataTypeTest
public static class DataTypeTest.Input<T> extends Object implements ColumnSetup
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getDeclaredType()StringgetInputLiteral()StringgetInsertType()booleanisUseInWhereClause()StringtoLiteral()StringtoTrinoLiteral()
-
-
-
Method Detail
-
isUseInWhereClause
public boolean isUseInWhereClause()
-
getDeclaredType
public Optional<String> getDeclaredType()
- Specified by:
getDeclaredTypein interfaceColumnSetup
-
getInsertType
public String getInsertType()
-
getInputLiteral
public String getInputLiteral()
- Specified by:
getInputLiteralin interfaceColumnSetup
-
toLiteral
public String toLiteral()
-
toTrinoLiteral
public String toTrinoLiteral()
-
-