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