public class NanRemoveIterator extends InputProcessingIterator
Resulting timestamps may not be continuous because of removed NaN-rows.
input_iteratorschema| Constructor and Description |
|---|
NanRemoveIterator(TsIterator input_iterator) |
| Modifier and Type | Method and Description |
|---|---|
static TsSchema |
createSchema(TsSchema tsSchema) |
protected TsEntry |
getNext()
Request next element.
|
getProcessingChainclose, hasNext, nextgetNames, getSchema, isLive, isNotLive, toSchemas, toString, toTimeSeries, toTimestampSeries, writeConsole, writeConsole, writeCSVclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProcessingTitlecreateUnknown, ofcreateUnknownpublic NanRemoveIterator(TsIterator input_iterator)
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 MoveIterator