12 references to ConstrainedSort
System.Data.Entity (12)
System\Data\Query\InternalTrees\Dump.cs (1)
1005case OpType.ConstrainedSort:
System\Data\Query\InternalTrees\NodeInfo.cs (1)
1156if (OpType.ConstrainedSort == op.OpType &&
System\Data\Query\InternalTrees\RelOps.cs (3)
578Debug.Assert(opType == OpType.Sort || opType == OpType.ConstrainedSort, "SortBaseOp OpType must be Sort or ConstrainedSort"); 644private ConstrainedSortOp() : base(OpType.ConstrainedSort) { } 647: base(OpType.ConstrainedSort, sortKeys)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
957&& node.Op.OpType != OpType.ConstrainedSort
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
1351if (OpType.ConstrainedSort == inputNode.Op.OpType && 1432|| OpType.ConstrainedSort == inputNode.Child0.Op.OpType)))
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1216case OpType.ConstrainedSort:
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2342if (OpType.Sort == n.Child0.Op.OpType || OpType.ConstrainedSort == n.Child0.Op.OpType)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
4377internal static readonly SimpleRule Rule_ConstrainedSortOpOverEmptySet = new SimpleRule(OpType.ConstrainedSort, ProcessConstrainedSortOpOverEmptySet);
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
121case OpType.ConstrainedSort: