public class Concat extends RecordPathSegment
Constructor and Description |
---|
Concat(RecordPathSegment[] valuePaths,
boolean absolute) |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<FieldValue> |
evaluate(RecordPathEvaluationContext context) |
equals, evaluate, evaluate, getPath, hashCode, isAbsolute, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compile
public Concat(RecordPathSegment[] valuePaths, boolean absolute)
public java.util.stream.Stream<FieldValue> evaluate(RecordPathEvaluationContext context)
evaluate
in class RecordPathSegment