public class ReplaceNull extends RecordPathSegment
| Modifier and Type | Field and Description |
|---|---|
private RecordPathSegment |
recordPath |
private RecordPathSegment |
replacementValuePath |
| Constructor and Description |
|---|
ReplaceNull(RecordPathSegment recordPath,
RecordPathSegment replacementValue,
boolean absolute) |
| Modifier and Type | Method and Description |
|---|---|
Stream<FieldValue> |
evaluate(RecordPathEvaluationContext context) |
equals, evaluate, evaluate, getPath, hashCode, isAbsolute, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompileprivate final RecordPathSegment recordPath
private final RecordPathSegment replacementValuePath
public ReplaceNull(RecordPathSegment recordPath, RecordPathSegment replacementValue, boolean absolute)
public Stream<FieldValue> evaluate(RecordPathEvaluationContext context)
evaluate in class RecordPathSegmentCopyright © 2023 Apache NiFi Project. All rights reserved.