6 references to CreateGroupByOp
System.Data.Entity (6)
System\Data\Query\InternalTrees\OpCopier.cs (1)
815GroupByOp newGroupOp = m_destCmd.CreateGroupByOp(Copy(op.Keys), Copy(op.Outputs));
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2565op = _iqtCommand.CreateGroupByOp(keyVarSet, outputVarSet);
System\Data\Query\PlanCompiler\NestPullup.cs (1)
740Command.CreateGroupByOp(op.Keys, groupByOutputs), n.Child0, n.Child1, n.Child2);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1080n.Op = m_command.CreateGroupByOp(newKeys, newOutputs);
System\Data\Query\PlanCompiler\Normalizer.cs (1)
202GroupByOp gbyOp = m_command.CreateGroupByOp(keyVars, gbyOutputVars);
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
573result = m_command.CreateNode(m_command.CreateGroupByOp(newOp.Keys, newOp.Outputs),