private static class IcebergRecordConverter.RecordTypeWithFieldNameMapper extends RecordDataType
RecordSchema stores the field name and value pairs in a HashMap it makes the retrieval case-sensitive, so we create a name mapper for case-insensitive handling.| Modifier and Type | Field and Description |
|---|---|
private Map<String,String> |
fieldNameMap |
| Constructor and Description |
|---|
RecordTypeWithFieldNameMapper(org.apache.iceberg.Schema schema,
RecordDataType recordType) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Optional<String> |
getNameMapping(String name) |
equals, getChildSchema, getFieldType, hashCode, isRecursive, removePath, toStringCopyright © 2024 Apache NiFi Project. All rights reserved.