Package io.trino.testing
Class BaseConnectorTest.DataMappingTestSetup
- java.lang.Object
-
- io.trino.testing.BaseConnectorTest.DataMappingTestSetup
-
- Enclosing class:
- BaseConnectorTest
protected static final class BaseConnectorTest.DataMappingTestSetup extends Object
-
-
Constructor Summary
Constructors Constructor Description DataMappingTestSetup(String trinoTypeName, String sampleValueLiteral, String highValueLiteral)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseConnectorTest.DataMappingTestSetupasUnsupported()StringgetHighValueLiteral()StringgetSampleValueLiteral()StringgetTrinoTypeName()booleanisUnsupportedType()StringtoString()
-
-
-
Method Detail
-
getTrinoTypeName
public String getTrinoTypeName()
-
getSampleValueLiteral
public String getSampleValueLiteral()
-
getHighValueLiteral
public String getHighValueLiteral()
-
isUnsupportedType
public boolean isUnsupportedType()
-
asUnsupported
public BaseConnectorTest.DataMappingTestSetup asUnsupported()
-
-