public class SelectPipe<S> extends AbstractPipe<S,Row> implements TransformPipe<S,Row>
TransformPipe.OrdercurrentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
SelectPipe(Collection<String> stepNames,
List<AsPipe> allPreviousAsPipes,
PipeFunction... stepFunctions) |
| Modifier and Type | Method and Description |
|---|---|
Row |
processNextStart() |
void |
reset()
A pipe may maintain state.
|
String |
toString() |
enablePath, getCurrentPath, getPathToHere, hasNext, iterator, next, remove, setStarts, setStarts, setStartsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenablePath, getCurrentPath, setStarts, setStartspublic SelectPipe(Collection<String> stepNames, List<AsPipe> allPreviousAsPipes, PipeFunction... stepFunctions)
public Row processNextStart()
processNextStart in class AbstractPipe<S,Row>public void reset()
Pipepublic String toString()
toString in class AbstractPipe<S,Row>Copyright © 2010-2014. All Rights Reserved.