Package org.apache.iceberg.types
Class Type.NestedType
java.lang.Object
org.apache.iceberg.types.Type.NestedType
- All Implemented Interfaces:
Serializable
,Type
- Direct Known Subclasses:
Types.ListType
,Types.MapType
,Types.StructType
- 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
Modifier and TypeMethodDescriptionabstract Types.NestedField
field
(int id) abstract List
<Types.NestedField> fields()
abstract Type
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.iceberg.types.Type
asListType, asMapType, asPrimitiveType, asStructType, isListType, isMapType, isPrimitiveType, isStructType, typeId
-
Constructor Details
-
NestedType
public NestedType()
-
-
Method Details
-
isNestedType
public boolean isNestedType()- Specified by:
isNestedType
in interfaceType
-
asNestedType
- Specified by:
asNestedType
in interfaceType
-
fields
-
fieldType
-
field
-