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