Package org.apache.iceberg.avro
Class AvroWithPartnerVisitor<P,R> 
java.lang.Object
org.apache.iceberg.avro.AvroWithPartnerVisitor<P,R> 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <P,R> R visit(P partner, org.apache.avro.Schema schema, AvroWithPartnerVisitor<P, R> visitor, AvroWithPartnerVisitor.PartnerAccessors<P> accessors)  
- 
Constructor Details
- 
AvroWithPartnerVisitor
public AvroWithPartnerVisitor() 
 - 
 - 
Method Details
- 
record
 - 
union
 - 
array
 - 
arrayMap
 - 
map
 - 
primitive
 - 
visit
public static <P,R> R visit(P partner, org.apache.avro.Schema schema, AvroWithPartnerVisitor<P, R> visitor, AvroWithPartnerVisitor.PartnerAccessors<P> accessors)  
 -