public class DifferenceIterator extends TsIterator
schema| Constructor and Description |
|---|
DifferenceIterator(TsIterator input_iterator,
TsIterator compare_iterator,
boolean absoluteDifference,
float[] refValues) |
| Modifier and Type | Method and Description |
|---|---|
static TsSchema |
createSchema(TsSchema input_schema,
TsSchema compare_schema) |
ProcessingChain |
getProcessingChain()
Default implementation: Get processing chain with this as source entry.
|
boolean |
hasNext() |
TsEntry |
next() |
getNames, getSchema, isLive, isNotLive, toSchemas, toString, toTimeSeries, toTimestampSeries, writeConsole, writeConsole, writeCSVclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProcessingTitlecreateUnknown, ofcreateUnknownpublic DifferenceIterator(TsIterator input_iterator, TsIterator compare_iterator, boolean absoluteDifference, float[] refValues)
public boolean hasNext()
public TsEntry next()
public ProcessingChain getProcessingChain()
ProcessingChainNode