Package org.apache.iceberg.types
Class Types.FixedType
java.lang.Object
org.apache.iceberg.types.Type.PrimitiveType
org.apache.iceberg.types.Types.FixedType
- All Implemented Interfaces:
- Serializable,- Type
- Enclosing class:
- Types
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.iceberg.types.TypeType.NestedType, Type.PrimitiveType, Type.TypeID
- 
Method SummaryMethods inherited from class org.apache.iceberg.types.Type.PrimitiveTypeasPrimitiveType, isPrimitiveTypeMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.iceberg.types.TypeasListType, asMapType, asNestedType, asStructType, asVariantType, isListType, isMapType, isNestedType, isStructType, isVariantType
- 
Method Details- 
ofLength
- 
lengthpublic int length()
- 
typeId
- 
toString
- 
equals- Overrides:
- equalsin class- Type.PrimitiveType
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- Type.PrimitiveType
 
 
-