示例#1
0
 public ResultSetProcessorRowPerGroupUnbound(ResultSetProcessorRowPerGroupFactory prototype, SelectExprProcessor selectExprProcessor, OrderByProcessor orderByProcessor, AggregationService aggregationService, AgentInstanceContext agentInstanceContext)
     : base(prototype, selectExprProcessor, orderByProcessor, aggregationService, agentInstanceContext)
 {
     _groupReps = prototype.ResultSetProcessorHelperFactory.MakeRSRowPerGroupUnboundGroupRep(agentInstanceContext, prototype);
     aggregationService.SetRemovedCallback(_groupReps);
 }
 public ResultSetProcessorRowPerGroupUnbound(ResultSetProcessorRowPerGroupFactory prototype, SelectExprProcessor selectExprProcessor, OrderByProcessor orderByProcessor, AggregationService aggregationService, AgentInstanceContext agentInstanceContext)
     : base(prototype, selectExprProcessor, orderByProcessor, aggregationService, agentInstanceContext)
 {
     aggregationService.SetRemovedCallback(this);
 }