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 SummaryNested classes/interfaces inherited from interface org.apache.iceberg.types.TypeType.NestedType, Type.PrimitiveType, Type.TypeID
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract Types.NestedFieldfield(int id) abstract List<Types.NestedField> fields()abstract TypebooleanMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.iceberg.types.TypeasListType, asMapType, asPrimitiveType, asStructType, asVariantType, isListType, isMapType, isPrimitiveType, isStructType, isVariantType, typeId
- 
Constructor Details- 
NestedTypepublic NestedType()
 
- 
- 
Method Details- 
isNestedTypepublic boolean isNestedType()- Specified by:
- isNestedTypein interface- Type
 
- 
asNestedType- Specified by:
- asNestedTypein interface- Type
 
- 
fields
- 
fieldType
- 
field
 
-