Package org.apache.iceberg.types
Class Types.IntegerType
- java.lang.Object
-
- org.apache.iceberg.types.Type.PrimitiveType
-
- org.apache.iceberg.types.Types.IntegerType
-
- All Implemented Interfaces:
java.io.Serializable
,Type
- Enclosing class:
- Types
public static class Types.IntegerType 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 IntegerType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Types.IntegerType
get()
java.lang.String
toString()
Type.TypeID
typeId()
-
Methods inherited from class org.apache.iceberg.types.Type.PrimitiveType
asPrimitiveType, equals, hashCode, 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
-
get
public static Types.IntegerType get()
-
typeId
public Type.TypeID typeId()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-