public class ResultSetProcessorRowPerGroupUnbound extends ResultSetProcessorRowPerGroupImpl
agentInstanceContext, aggregationService, orderByProcessor, prototype, selectExprProcessor
Modifier and Type | Method and Description |
---|---|
void |
applyViewResult(EventBean[] newData,
EventBean[] oldData) |
static void |
applyViewResultCodegen(ResultSetProcessorRowPerGroupForge forge,
CodegenClassScope classScope,
CodegenMethodNode method,
CodegenInstanceAux instance) |
java.util.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.
|
static void |
getIteratorViewUnboundedCodegen(ResultSetProcessorRowPerGroupForge forge,
CodegenClassScope classScope,
CodegenMethodNode method,
CodegenInstanceAux instance) |
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.
|
static void |
stopMethodCodegenUnbound(ResultSetProcessorRowPerGroupForge forge,
CodegenClassScope classScope,
CodegenMethodNode method,
CodegenInstanceAux instance) |
acceptHelperVisitor, acceptHelperVisitorCodegen, applyJoinResult, applyJoinResultCodegen, clear, clearMethodCodegen, continueOutputLimitedLastAllNonBufferedJoin, continueOutputLimitedLastAllNonBufferedJoinCodegen, continueOutputLimitedLastAllNonBufferedView, continueOutputLimitedLastAllNonBufferedViewCodegen, evaluateHavingClause, generateGroupKeySingle, generateOutputBatchedArrFromIterator, generateOutputBatchedNoSortWMap, getAgentInstanceContext, getAggregationService, getIterator, getIteratorJoinCodegen, getIteratorViewCodegen, getOptionalHavingNode, getResultEventType, getSelectExprProcessor, hasHavingClause, isSelectRStream, processJoinResult, processJoinResultCodegen, processOutputLimitedJoin, processOutputLimitedJoinCodegen, processOutputLimitedLastAllNonBufferedJoin, processOutputLimitedLastAllNonBufferedJoinCodegen, processOutputLimitedLastAllNonBufferedView, processOutputLimitedLastAllNonBufferedViewCodegen, processOutputLimitedView, processOutputLimitedViewCodegen, processViewResultCodegen, removedAggregationGroupKey, setAgentInstanceContext, stopMethodCodegenBound
public void applyViewResult(EventBean[] newData, EventBean[] oldData)
applyViewResult
in interface ResultSetProcessor
applyViewResult
in class ResultSetProcessorRowPerGroupImpl
public static void applyViewResultCodegen(ResultSetProcessorRowPerGroupForge forge, CodegenClassScope classScope, CodegenMethodNode method, CodegenInstanceAux instance)
public UniformPair<EventBean[]> processViewResult(EventBean[] newData, EventBean[] oldData, boolean isSynthesize)
ResultSetProcessor
processViewResult
in interface ResultSetProcessor
processViewResult
in class ResultSetProcessorRowPerGroupImpl
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 java.util.Iterator<EventBean> getIterator(Viewable parent)
ResultSetProcessor
getIterator
in interface ResultSetProcessor
getIterator
in class ResultSetProcessorRowPerGroupImpl
parent
- is the parent view iteratorpublic static void getIteratorViewUnboundedCodegen(ResultSetProcessorRowPerGroupForge forge, CodegenClassScope classScope, CodegenMethodNode method, CodegenInstanceAux instance)
public void stop()
StopCallback
stop
in interface StopCallback
stop
in class ResultSetProcessorRowPerGroupImpl
public static void stopMethodCodegenUnbound(ResultSetProcessorRowPerGroupForge forge, CodegenClassScope classScope, CodegenMethodNode method, CodegenInstanceAux instance)