Package org.apache.iceberg.mapping
Class NameMapping
java.lang.Object
org.apache.iceberg.mapping.NameMapping
- All Implemented Interfaces:
Serializable
Represents a mapping from external schema names to Iceberg type IDs.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic NameMapping
empty()
find
(int id) static NameMapping
of
(List<MappedField> fields) static NameMapping
of
(MappedField... fields) static NameMapping
of
(MappedFields fields) toString()