public class ResultSetProcessorRowPerGroupUnbound extends ResultSetProcessorRowPerGroup implements AggregationRowRemovedCallback
Modifier and Type | Field and Description |
---|---|
protected ResultSetProcessorRowPerGroupUnboundGroupRep |
groupReps |
agentInstanceContext, aggregationService, orderByProcessor, outputAllGroupReps, prototype, selectExprProcessor
Constructor and Description |
---|
ResultSetProcessorRowPerGroupUnbound(ResultSetProcessorRowPerGroupFactory prototype,
SelectExprProcessor selectExprProcessor,
OrderByProcessor orderByProcessor,
AggregationService aggregationService,
AgentInstanceContext agentInstanceContext) |
Modifier and Type | Method and Description |
---|---|
void |
applyViewResult(EventBean[] newData,
EventBean[] oldData) |
Iterator<EventBean> |
getIterator(Viewable parent)
Returns the iterator implementing the group-by and aggregation and order-by logic
specific to each case of use of these construct.
|
UniformPair<EventBean[]> |
processViewResult(EventBean[] newData,
EventBean[] oldData,
boolean isSynthesize)
For use by views posting their result, process the event rows that are entered and removed (new and old events).
|
void |
stop()
Stops the underlying resources.
|
acceptHelperVisitor, applyJoinResult, clear, continueOutputLimitedLastAllNonBufferedJoin, continueOutputLimitedLastAllNonBufferedView, generateGroupKey, generateGroupKeys, generateOutputBatchedArr, generateOutputBatchedNoSortWMap, generateOutputEventsView, getAggregationService, getIterator, getIteratorSorted, getOptionalHavingNode, getResultEventType, getSelectExprProcessor, hasAggregation, obtainIterator, processJoinResult, processOutputLimitedJoin, processOutputLimitedLastAllNonBufferedJoin, processOutputLimitedLastAllNonBufferedView, processOutputLimitedView, removed, setAgentInstanceContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
removed
protected final ResultSetProcessorRowPerGroupUnboundGroupRep groupReps
public ResultSetProcessorRowPerGroupUnbound(ResultSetProcessorRowPerGroupFactory prototype, SelectExprProcessor selectExprProcessor, OrderByProcessor orderByProcessor, AggregationService aggregationService, AgentInstanceContext agentInstanceContext)
public void applyViewResult(EventBean[] newData, EventBean[] oldData)
applyViewResult
in interface ResultSetProcessor
applyViewResult
in class ResultSetProcessorRowPerGroup
public UniformPair<EventBean[]> processViewResult(EventBean[] newData, EventBean[] oldData, boolean isSynthesize)
ResultSetProcessor
processViewResult
in interface ResultSetProcessor
processViewResult
in class ResultSetProcessorRowPerGroup
newData
- - new events posted by viewoldData
- - old events posted by viewisSynthesize
- - set to true to indicate that synthetic events are required for an iterator result setpublic Iterator<EventBean> getIterator(Viewable parent)
ResultSetProcessor
getIterator
in interface ResultSetProcessor
getIterator
in class ResultSetProcessorRowPerGroup
parent
- is the parent view iteratorpublic void stop()
StopCallback
stop
in interface StopCallback
stop
in class ResultSetProcessorRowPerGroup