9 references to GroupBy
System.Data.Entity (9)
System\Data\Query\InternalTrees\Dump.cs (1)
907
case OpType.
GroupBy
:
System\Data\Query\InternalTrees\RelOps.cs (3)
695
Debug.Assert(opType == OpType.
GroupBy
|| opType == OpType.GroupByInto, "GroupByBaseOp OpType must be GroupBy or GroupByInto");
741
private GroupByOp() : base(OpType.
GroupBy
) { }
743
: base(OpType.
GroupBy
, keys, outputs)
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
208
n.Op.OpType == OpType.
GroupBy
|| n.Op.OpType == OpType.GroupByInto,
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
231
optype == OpType.
GroupBy
||
3864
internal static readonly SimpleRule Rule_GroupByOpWithSimpleVarRedefinitions = new SimpleRule(OpType.
GroupBy
, ProcessGroupByWithSimpleVarRedefinitions);
4201
OpType.
GroupBy
, ProcessGroupByOpOnAllInputColumnsWithAggregateOperation);
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
136
case OpType.
GroupBy
: