Package org.apache.iceberg.types
Class Type.PrimitiveType
java.lang.Object
org.apache.iceberg.types.Type.PrimitiveType
- All Implemented Interfaces:
Serializable
,Type
- Direct Known Subclasses:
Types.BinaryType
,Types.BooleanType
,Types.DateType
,Types.DecimalType
,Types.DoubleType
,Types.FixedType
,Types.FloatType
,Types.IntegerType
,Types.LongType
,Types.StringType
,Types.TimestampNanoType
,Types.TimestampType
,Types.TimeType
,Types.UUIDType
- Enclosing interface:
Type
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.iceberg.types.Type
Type.NestedType, Type.PrimitiveType, Type.TypeID
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.iceberg.types.Type
asListType, asMapType, asNestedType, asStructType, isListType, isMapType, isNestedType, isStructType, typeId
-
Constructor Details
-
PrimitiveType
public PrimitiveType()
-
-
Method Details
-
isPrimitiveType
public boolean isPrimitiveType()- Specified by:
isPrimitiveType
in interfaceType
-
asPrimitiveType
- Specified by:
asPrimitiveType
in interfaceType
-
equals
-
hashCode
public int hashCode()
-