Package org.apache.iceberg.avro
Class NameMappingWithAvroSchema
java.lang.Object
org.apache.iceberg.avro.AvroWithPartnerByStructureVisitor<Type,MappedFields>
 
org.apache.iceberg.avro.AvroWithTypeByStructureVisitor<MappedFields>
org.apache.iceberg.avro.NameMappingWithAvroSchema
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionarray(Type list, org.apache.avro.Schema array, MappedFields elementResult) map(Type sMap, org.apache.avro.Schema map, MappedFields valueResult) map(Type sMap, org.apache.avro.Schema map, MappedFields keyResult, MappedFields valueResult) record(Type struct, org.apache.avro.Schema record, List<String> names, List<MappedFields> fieldResults) union(Type type, org.apache.avro.Schema union, List<MappedFields> optionResults) Methods inherited from class org.apache.iceberg.avro.AvroWithTypeByStructureVisitorarrayElementType, fieldNameAndType, isMapType, isStringType, isVariantType, mapKeyType, mapValueType, nullTypeMethods inherited from class org.apache.iceberg.avro.AvroWithPartnerByStructureVisitorvariant, visit
- 
Constructor Details- 
NameMappingWithAvroSchemapublic NameMappingWithAvroSchema()
 
- 
- 
Method Details- 
recordpublic MappedFields record(Type struct, org.apache.avro.Schema record, List<String> names, List<MappedFields> fieldResults) - Overrides:
- recordin class- AvroWithPartnerByStructureVisitor<Type,- MappedFields> 
 
- 
unionpublic MappedFields union(Type type, org.apache.avro.Schema union, List<MappedFields> optionResults) - Overrides:
- unionin class- AvroWithPartnerByStructureVisitor<Type,- MappedFields> 
 
- 
array- Overrides:
- arrayin class- AvroWithPartnerByStructureVisitor<Type,- MappedFields> 
 
- 
mappublic MappedFields map(Type sMap, org.apache.avro.Schema map, MappedFields keyResult, MappedFields valueResult) - Overrides:
- mapin class- AvroWithPartnerByStructureVisitor<Type,- MappedFields> 
 
- 
map- Overrides:
- mapin class- AvroWithPartnerByStructureVisitor<Type,- MappedFields> 
 
- 
primitive- Overrides:
- primitivein class- AvroWithPartnerByStructureVisitor<Type,- MappedFields> 
 
 
-