2 instantiations of GroupByIntoOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
1326return new GroupByIntoOp(gbyKeys, inputs, outputs);
System\Data\Query\InternalTrees\RelOps.cs (1)
799internal static readonly GroupByIntoOp Pattern = new GroupByIntoOp();
19 references to GroupByIntoOp
System.Data.Entity (19)
System\Data\Query\InternalTrees\Command.cs (1)
1324internal GroupByIntoOp CreateGroupByIntoOp(VarVec gbyKeys, VarVec inputs, VarVec outputs)
System\Data\Query\InternalTrees\OpCopier.cs (2)
827public override Node Visit(GroupByIntoOp op, Node n) 833GroupByIntoOp newGroupOp = m_destCmd.CreateGroupByIntoOp(Copy(op.Keys), Copy(op.Inputs), Copy(op.Outputs));
System\Data\Query\InternalTrees\RelOps.cs (1)
799internal static readonly GroupByIntoOp Pattern = new GroupByIntoOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
586public virtual void Visit(GroupByIntoOp op, Node n) 1159public virtual TResultType Visit(GroupByIntoOp op, Node n)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (5)
713public override void Visit(GroupByIntoOp op, Node n) 902GroupByIntoOp definingGroupOp = (GroupByIntoOp)definingGroupNode.Op; 926GroupByIntoOp groupByOp = (GroupByIntoOp)definingGroupNode.Op;
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1812public override DbExpression Visit(GroupByIntoOp op, Node n)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
723public override Node Visit(GroupByIntoOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1098public override Node Visit(GroupByIntoOp op, Node n)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2387public override Node Visit(GroupByIntoOp op, Node n)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (3)
564public override Node Visit(GroupByIntoOp op, Node n) 571GroupByIntoOp newOp = (GroupByIntoOp)result.Op;
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
277public override void Visit(GroupByIntoOp op, Node n)