public class ResultSetProcessorHandThrougFactory extends java.lang.Object implements ResultSetProcessorFactory
Constructor and Description |
---|
ResultSetProcessorHandThrougFactory(SelectExprProcessor selectExprProcessor,
boolean selectRStream)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventType |
getResultEventType()
Returns the event type of processed results.
|
boolean |
hasAggregation() |
ResultSetProcessor |
instantiate(OrderByProcessor orderByProcessor,
AggregationService aggregationService,
AgentInstanceContext agentInstanceContext) |
boolean |
isSelectRStream() |
public ResultSetProcessorHandThrougFactory(SelectExprProcessor selectExprProcessor, boolean selectRStream)
selectExprProcessor
- - for processing the select expression and generting the final output rows
a row per group even if groups didn't changeselectRStream
- - true if remove stream events should be generatedpublic ResultSetProcessor instantiate(OrderByProcessor orderByProcessor, AggregationService aggregationService, AgentInstanceContext agentInstanceContext)
instantiate
in interface ResultSetProcessorFactory
public EventType getResultEventType()
ResultSetProcessorFactory
getResultEventType
in interface ResultSetProcessorFactory
public boolean hasAggregation()
hasAggregation
in interface ResultSetProcessorFactory
public boolean isSelectRStream()