Package org.apache.iceberg.avro
Class AvroSchemaVisitor<T>
java.lang.Object
org.apache.iceberg.avro.AvroSchemaVisitor<T>
- Direct Known Subclasses:
 ApplyNameMapping,RemoveIds
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprimitive(org.apache.avro.Schema primitive) static <T> Tvisit(org.apache.avro.Schema schema, AvroSchemaVisitor<T> visitor)  
- 
Constructor Details
- 
AvroSchemaVisitor
public AvroSchemaVisitor() 
 - 
 - 
Method Details
- 
visit
 - 
fieldNames
 - 
record
 - 
union
 - 
array
 - 
map
 - 
primitive
 
 -