public static class Types.TimestampType extends Type.PrimitiveType
Type.NestedType, Type.PrimitiveType, Type.TypeID
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
shouldAdjustToUTC() |
java.lang.String |
toString() |
Type.TypeID |
typeId() |
static Types.TimestampType |
withoutZone() |
static Types.TimestampType |
withZone() |
asPrimitiveType, isPrimitiveType
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
asListType, asMapType, asNestedType, asStructType, isListType, isMapType, isNestedType, isStructType
public static Types.TimestampType withZone()
public static Types.TimestampType withoutZone()
public boolean shouldAdjustToUTC()
public Type.TypeID typeId()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class Type.PrimitiveType
public int hashCode()
hashCode
in class Type.PrimitiveType