Package org.apache.iceberg.avro
Class AvroWithPartnerVisitor<P,R> 
java.lang.Object
org.apache.iceberg.avro.AvroWithPartnerVisitor<P,R> 
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic interface
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <P,R> R visit(P partner, org.apache.avro.Schema schema, AvroWithPartnerVisitor<P, R> visitor, AvroWithPartnerVisitor.PartnerAccessors<P> accessors) 
- 
Constructor Details- 
AvroWithPartnerVisitorpublic AvroWithPartnerVisitor()
 
- 
- 
Method Details- 
record
- 
union
- 
array
- 
arrayMap
- 
map
- 
variant
- 
primitive
- 
visitpublic static <P,R> R visit(P partner, org.apache.avro.Schema schema, AvroWithPartnerVisitor<P, R> visitor, AvroWithPartnerVisitor.PartnerAccessors<P> accessors) 
 
-