Package org.apache.iceberg.mapping
Class MappedField
java.lang.Object
org.apache.iceberg.mapping.MappedField
- All Implemented Interfaces:
Serializable
An immutable mapping between a field ID and a set of names.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
id()
names()
static MappedField
static MappedField
of
(Integer id, Iterable<String> names, MappedFields nestedMapping) static MappedField
static MappedField
of
(Integer id, String name, MappedFields nestedMapping) toString()