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.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
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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:
 isPrimitiveTypein interfaceType
 - 
asPrimitiveType
- Specified by:
 asPrimitiveTypein interfaceType
 - 
equals
 - 
hashCode
public int hashCode() 
 -