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.GeographyType
,Types.GeometryType
,Types.IntegerType
,Types.LongType
,Types.StringType
,Types.TimestampNanoType
,Types.TimestampType
,Types.TimeType
,Types.UnknownType
,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
Constructors -
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, asVariantType, isListType, isMapType, isNestedType, isStructType, isVariantType, 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()
-