Package io.prestosql.testing
Class AbstractTestDistributedQueries.DataMappingTestSetup
- java.lang.Object
-
- io.prestosql.testing.AbstractTestDistributedQueries.DataMappingTestSetup
-
- Enclosing class:
- AbstractTestDistributedQueries
protected static final class AbstractTestDistributedQueries.DataMappingTestSetup extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DataMappingTestSetup(java.lang.String prestoTypeName, java.lang.String sampleValueLiteral, java.lang.String highValueLiteral)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractTestDistributedQueries.DataMappingTestSetupasUnsupported()java.lang.StringgetHighValueLiteral()java.lang.StringgetPrestoTypeName()java.lang.StringgetSampleValueLiteral()booleanisUnsupportedType()java.lang.StringtoString()
-
-
-
Method Detail
-
getPrestoTypeName
public java.lang.String getPrestoTypeName()
-
getSampleValueLiteral
public java.lang.String getSampleValueLiteral()
-
getHighValueLiteral
public java.lang.String getHighValueLiteral()
-
isUnsupportedType
public boolean isUnsupportedType()
-
asUnsupported
public AbstractTestDistributedQueries.DataMappingTestSetup asUnsupported()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-