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