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