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:
Serializable
,Type
- Enclosing class:
- Types
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.iceberg.types.Type
Type.NestedType, Type.PrimitiveType, Type.TypeID
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
toString()
typeId()
static Types.TimestampType
static Types.TimestampType
withZone()
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 Details
-
withZone
-
withoutZone
-
shouldAdjustToUTC
public boolean shouldAdjustToUTC() -
typeId
-
toString
-
equals
- Overrides:
equals
in classType.PrimitiveType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classType.PrimitiveType
-