public class MiddleIterator extends MoveIterator
schema| Constructor and Description |
|---|
MiddleIterator(java.lang.String[] schema,
TsIterator[] input_iterators) |
| Modifier and Type | Method and Description |
|---|---|
protected TsEntry |
getNext()
Request next element.
|
ProcessingChain |
getProcessingChain()
Default implementation: Get processing chain with this as source entry.
|
close, hasNext, nextgetNames, getSchema, isLive, isNotLive, toSchemas, toString, toTimeSeries, toTimestampSeries, writeConsole, writeConsole, writeCSVclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProcessingTitlecreateUnknown, ofcreateUnknownpublic MiddleIterator(java.lang.String[] schema,
TsIterator[] input_iterators)
protected TsEntry getNext()
MoveIterator
It's guaranteed to not be called again when it first returns null (no next element).
This method should be called by MoveIterator internal only.
getNext in class MoveIteratorpublic ProcessingChain getProcessingChain()
ProcessingChainNode