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 SummaryNested classes/interfaces inherited from interface org.apache.iceberg.types.TypeType.NestedType, Type.PrimitiveType, Type.TypeID
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()booleantoString()typeId()static Types.TimestampTypestatic Types.TimestampTypewithZone()Methods inherited from class org.apache.iceberg.types.Type.PrimitiveTypeasPrimitiveType, isPrimitiveTypeMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.iceberg.types.TypeasListType, asMapType, asNestedType, asStructType, asVariantType, isListType, isMapType, isNestedType, isStructType, isVariantType
- 
Method Details- 
withZone
- 
withoutZone
- 
shouldAdjustToUTCpublic boolean shouldAdjustToUTC()
- 
typeId
- 
toString
- 
equals- Overrides:
- equalsin class- Type.PrimitiveType
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- Type.PrimitiveType
 
 
-