Package org.apache.iceberg.types
Class Types.DoubleType
- java.lang.Object
- 
- org.apache.iceberg.types.Type.PrimitiveType
- 
- org.apache.iceberg.types.Types.DoubleType
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- Type
 - Enclosing class:
- Types
 
 public static class Types.DoubleType extends Type.PrimitiveType - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.iceberg.types.TypeType.NestedType, Type.PrimitiveType, Type.TypeID
 
- 
 - 
Constructor SummaryConstructors Constructor Description DoubleType()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Types.DoubleTypeget()java.lang.StringtoString()Type.TypeIDtypeId()- 
Methods inherited from class org.apache.iceberg.types.Type.PrimitiveTypeasPrimitiveType, equals, hashCode, isPrimitiveType
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.iceberg.types.TypeasListType, asMapType, asNestedType, asStructType, isListType, isMapType, isNestedType, isStructType
 
- 
 
- 
- 
- 
Method Detail- 
getpublic static Types.DoubleType get() 
 - 
typeIdpublic Type.TypeID typeId() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-