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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract Types.NestedFieldfield(int id) abstract List<Types.NestedField>fields()abstract TypebooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
 isNestedTypein interfaceType
 - 
asNestedType
- Specified by:
 asNestedTypein interfaceType
 - 
fields
 - 
fieldType
 - 
field
 
 -