Package org.apache.iceberg.types
Class Types.TimestampType
- java.lang.Object
-
- org.apache.iceberg.types.Type.PrimitiveType
-
- org.apache.iceberg.types.Types.TimestampType
-
- All Implemented Interfaces:
java.io.Serializable,Type
- Enclosing class:
- Types
public static class Types.TimestampType extends Type.PrimitiveType
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.iceberg.types.Type
Type.NestedType, Type.PrimitiveType, Type.TypeID
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()booleanshouldAdjustToUTC()java.lang.StringtoString()Type.TypeIDtypeId()static Types.TimestampTypewithoutZone()static Types.TimestampTypewithZone()-
Methods inherited from class org.apache.iceberg.types.Type.PrimitiveType
asPrimitiveType, isPrimitiveType
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.iceberg.types.Type
asListType, asMapType, asNestedType, asStructType, isListType, isMapType, isNestedType, isStructType
-
-
-
-
Method Detail
-
withZone
public static Types.TimestampType withZone()
-
withoutZone
public static Types.TimestampType withoutZone()
-
shouldAdjustToUTC
public boolean shouldAdjustToUTC()
-
typeId
public Type.TypeID typeId()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-