public class ElementCopyIterator extends InputIterator
Meta data (quality flags, quality counter, interpolation flag) is copied together with values if present.
Modifier and Type | Class and Description |
---|---|
static class |
ElementCopyIterator.Action
Action defines one copy operation from one column to an other column for all entries in iterator.
|
input_iterator
schema
Constructor and Description |
---|
ElementCopyIterator(TsIterator input_iterator,
ElementCopyIterator.Action[] actions)
Creates copy iterator with array of copy actions, that are applied to all entries in iterator.
|
Modifier and Type | Method and Description |
---|---|
TsEntry |
next() |
getProcessingChain, hasNext
getNames, getSchema, isLive, isNotLive, toSchemas, toString, toTimeSeries, toTimestampSeries, writeConsole, writeConsole, writeCSV
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getProcessingTitle
createUnknown, of
createUnknown
public ElementCopyIterator(TsIterator input_iterator, ElementCopyIterator.Action[] actions)
input_iterator
- actions
- public TsEntry next()