public class NanGapIterator extends InputProcessingIterator
input_iteratorschema| Constructor and Description |
|---|
NanGapIterator(TsIterator input_iterator,
java.lang.Long start,
java.lang.Long end) |
| 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 NanGapIterator(TsIterator input_iterator, java.lang.Long start, java.lang.Long end)
input_iterator - start - if null first element is startend - if null last element is endprotected 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