public class ResultSetProcessorRowForAllFactory extends Object implements ResultSetProcessorFactory
Constructor and Description |
---|
ResultSetProcessorRowForAllFactory(SelectExprProcessor selectExprProcessor,
ExprEvaluator optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
boolean isHistoricalOnly,
OutputLimitSpec outputLimitSpec,
ResultSetProcessorHelperFactory resultSetProcessorHelperFactory) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
getOptionalHavingNode() |
EventType |
getResultEventType()
Returns the event type of processed results.
|
ResultSetProcessorHelperFactory |
getResultSetProcessorHelperFactory() |
ResultSetProcessorType |
getResultSetProcessorType()
Returns the type of result set processor.
|
boolean |
hasAggregation() |
ResultSetProcessor |
instantiate(OrderByProcessor orderByProcessor,
AggregationService aggregationService,
AgentInstanceContext agentInstanceContext) |
boolean |
isHistoricalOnly() |
boolean |
isOutputAll() |
boolean |
isOutputLast() |
boolean |
isSelectRStream() |
boolean |
isUnidirectional() |
public ResultSetProcessorRowForAllFactory(SelectExprProcessor selectExprProcessor, ExprEvaluator optionalHavingNode, boolean isSelectRStream, boolean isUnidirectional, boolean isHistoricalOnly, OutputLimitSpec outputLimitSpec, ResultSetProcessorHelperFactory resultSetProcessorHelperFactory)
public 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()
public boolean isUnidirectional()
public ExprEvaluator getOptionalHavingNode()
public boolean isHistoricalOnly()
public ResultSetProcessorType getResultSetProcessorType()
ResultSetProcessorFactory
getResultSetProcessorType
in interface ResultSetProcessorFactory
public boolean isOutputLast()
public boolean isOutputAll()
public ResultSetProcessorHelperFactory getResultSetProcessorHelperFactory()