Package org.apache.iceberg.types
Class Types.LongType
- java.lang.Object
 - 
- org.apache.iceberg.types.Type.PrimitiveType
 - 
- org.apache.iceberg.types.Types.LongType
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,Type
- Enclosing class:
 - Types
 
public static class Types.LongType 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 
 - 
 
- 
Constructor Summary
Constructors Constructor Description LongType() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Types.LongTypeget()java.lang.StringtoString()Type.TypeIDtypeId()- 
Methods inherited from class org.apache.iceberg.types.Type.PrimitiveType
asPrimitiveType, isPrimitiveType 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface org.apache.iceberg.types.Type
asListType, asMapType, asNestedType, asStructType, isListType, isMapType, isNestedType, isStructType 
 - 
 
 - 
 
- 
- 
Method Detail
- 
get
public static Types.LongType get()
 
- 
typeId
public Type.TypeID typeId()
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -