public class Substring extends RecordPathSegment
| Modifier and Type | Field and Description |
|---|---|
private RecordPathSegment |
endIndexPath |
private RecordPathSegment |
recordPath |
private RecordPathSegment |
startIndexPath |
| Constructor and Description |
|---|
Substring(RecordPathSegment recordPath,
RecordPathSegment startIndex,
RecordPathSegment endIndex,
boolean absolute) |
| Modifier and Type | Method and Description |
|---|---|
Stream<FieldValue> |
evaluate(RecordPathEvaluationContext context) |
private OptionalInt |
getIndex(RecordPathSegment indexSegment,
RecordPathEvaluationContext context) |
equals, evaluate, evaluate, getPath, hashCode, isAbsolute, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompileprivate final RecordPathSegment recordPath
private final RecordPathSegment startIndexPath
private final RecordPathSegment endIndexPath
public Substring(RecordPathSegment recordPath, RecordPathSegment startIndex, RecordPathSegment endIndex, boolean absolute)
public Stream<FieldValue> evaluate(RecordPathEvaluationContext context)
evaluate in class RecordPathSegmentprivate OptionalInt getIndex(RecordPathSegment indexSegment, RecordPathEvaluationContext context)
Copyright © 2023 Apache NiFi Project. All rights reserved.