public abstract class InputProcessingIterator extends MoveIterator
Extending classes need to implement getNext() only.
| Modifier and Type | Field and Description |
|---|---|
protected TsIterator |
input_iterator |
schema| Constructor and Description |
|---|
InputProcessingIterator(TsIterator input_iterator,
TsSchema output_schema) |
| Modifier and Type | Method and Description |
|---|---|
ProcessingChain |
getProcessingChain()
Default implementation: Get processing chain with this as source entry.
|
close, getNext, hasNext, nextgetNames, getSchema, isLive, isNotLive, toSchemas, toString, toTimeSeries, toTimestampSeries, writeConsole, writeConsole, writeCSVclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProcessingTitlecreateUnknown, ofcreateUnknownprotected final TsIterator input_iterator
public InputProcessingIterator(TsIterator input_iterator, TsSchema output_schema)
public ProcessingChain getProcessingChain()
ProcessingChainNode