Package org.apache.iceberg.avro
Class AvroWithPartnerVisitor.FieldIDAccessors
java.lang.Object
org.apache.iceberg.avro.AvroWithPartnerVisitor.FieldIDAccessors
- All Implemented Interfaces:
AvroWithPartnerVisitor.PartnerAccessors<Type>
- Enclosing class:
AvroWithPartnerVisitor<P,
R>
public static class AvroWithPartnerVisitor.FieldIDAccessors
extends Object
implements AvroWithPartnerVisitor.PartnerAccessors<Type>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfieldPartner
(Type partner, Integer fieldId, String name) get()
listElementPartner
(Type partner) mapKeyPartner
(Type partner) mapValuePartner
(Type partner)
-
Constructor Details
-
FieldIDAccessors
public FieldIDAccessors()
-
-
Method Details
-
get
-
fieldPartner
- Specified by:
fieldPartner
in interfaceAvroWithPartnerVisitor.PartnerAccessors<Type>
-
mapKeyPartner
- Specified by:
mapKeyPartner
in interfaceAvroWithPartnerVisitor.PartnerAccessors<Type>
-
mapValuePartner
- Specified by:
mapValuePartner
in interfaceAvroWithPartnerVisitor.PartnerAccessors<Type>
-
listElementPartner
- Specified by:
listElementPartner
in interfaceAvroWithPartnerVisitor.PartnerAccessors<Type>
-