public class ResultSetProcessorAggregateAllFactory extends Object implements ResultSetProcessorFactory
Constructor and Description |
---|
ResultSetProcessorAggregateAllFactory(SelectExprProcessor selectExprProcessor,
ExprEvaluator optionalHavingNode,
boolean isSelectRStream,
boolean isUnidirectional,
boolean isHistoricalOnly,
OutputLimitSpec outputLimitSpec,
boolean enableOutputLimitOpt,
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 |
isEnableOutputLimitOpt() |
boolean |
isHistoricalOnly() |
boolean |
isOutputAll() |
boolean |
isOutputLast() |
boolean |
isSelectRStream() |
boolean |
isUnidirectional() |
public ResultSetProcessorAggregateAllFactory(SelectExprProcessor selectExprProcessor, ExprEvaluator optionalHavingNode, boolean isSelectRStream, boolean isUnidirectional, boolean isHistoricalOnly, OutputLimitSpec outputLimitSpec, boolean enableOutputLimitOpt, 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 ExprEvaluator getOptionalHavingNode()
public boolean isSelectRStream()
public boolean isUnidirectional()
public boolean isHistoricalOnly()
public boolean isOutputLast()
public boolean isOutputAll()
public boolean isEnableOutputLimitOpt()
public ResultSetProcessorType getResultSetProcessorType()
ResultSetProcessorFactory
getResultSetProcessorType
in interface ResultSetProcessorFactory
public ResultSetProcessorHelperFactory getResultSetProcessorHelperFactory()