| Package | Description |
|---|---|
| org.apache.nifi.processors.iceberg | |
| org.apache.nifi.processors.iceberg.converter |
| Modifier and Type | Method and Description |
|---|---|
static UnmatchedColumnBehavior |
UnmatchedColumnBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnmatchedColumnBehavior[] |
UnmatchedColumnBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
UnmatchedColumnBehavior |
IcebergRecordConverter.unmatchedColumnBehavior |
private UnmatchedColumnBehavior |
IcebergRecordConverter.IcebergPartnerAccessors.unmatchedColumnBehavior |
| Modifier and Type | Method and Description |
|---|---|
static DataConverter<?,?> |
IcebergRecordConverter.IcebergSchemaVisitor.visit(org.apache.iceberg.Schema schema,
RecordDataType recordDataType,
org.apache.iceberg.FileFormat fileFormat,
UnmatchedColumnBehavior unmatchedColumnBehavior,
ComponentLog logger) |
| Constructor and Description |
|---|
IcebergPartnerAccessors(org.apache.iceberg.Schema schema,
org.apache.iceberg.FileFormat fileFormat,
UnmatchedColumnBehavior unmatchedColumnBehavior,
ComponentLog logger) |
IcebergRecordConverter(org.apache.iceberg.Schema schema,
RecordSchema recordSchema,
org.apache.iceberg.FileFormat fileFormat,
UnmatchedColumnBehavior unmatchedColumnBehavior,
ComponentLog logger) |
Copyright © 2024 Apache NiFi Project. All rights reserved.