Package org.apache.iceberg.types
Class Types.ListType
java.lang.Object
org.apache.iceberg.types.Type.NestedType
org.apache.iceberg.types.Types.ListType
- All Implemented Interfaces:
Serializable,Type
- Enclosing class:
- Types
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.iceberg.types.Type
Type.NestedType, Type.PrimitiveType, Type.TypeID -
Method Summary
Modifier and TypeMethodDescriptionintbooleanfield(int id) fields()inthashCode()booleanbooleanbooleanstatic Types.ListTypeofOptional(int elementId, Type elementType) static Types.ListTypeofRequired(int elementId, Type elementType) toString()typeId()Methods inherited from class org.apache.iceberg.types.Type.NestedType
asNestedType, isNestedTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.iceberg.types.Type
asMapType, asPrimitiveType, asStructType, asVariantType, isMapType, isPrimitiveType, isStructType, isVariantType
-
Method Details
-
ofOptional
-
ofRequired
-
elementType
-
fieldType
- Specified by:
fieldTypein classType.NestedType
-
field
- Specified by:
fieldin classType.NestedType
-
fields
- Specified by:
fieldsin classType.NestedType
-
elementId
public int elementId() -
isElementRequired
public boolean isElementRequired() -
isElementOptional
public boolean isElementOptional() -
typeId
-
isListType
public boolean isListType() -
asListType
-
toString
-
equals
-
hashCode
public int hashCode()
-