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