public class EvaluatingAggregationIterator extends MoveIterator
schema
Constructor and Description |
---|
EvaluatingAggregationIterator(TsSchema schema,
CollectingAggregator collectingAggregator) |
Modifier and Type | Method and Description |
---|---|
protected TsEntry |
getNext()
Request next element.
|
ProcessingChain |
getProcessingChain()
Default implementation: Get processing chain with this as source entry.
|
close, hasNext, next
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 EvaluatingAggregationIterator(TsSchema schema, CollectingAggregator collectingAggregator)
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
public ProcessingChain getProcessingChain()
ProcessingChainNode