12 references to ConstrainedSort
System.Data.Entity (12)
System\Data\Query\InternalTrees\Dump.cs (1)
1005
case OpType.
ConstrainedSort
:
System\Data\Query\InternalTrees\NodeInfo.cs (1)
1156
if (OpType.
ConstrainedSort
== op.OpType &&
System\Data\Query\InternalTrees\RelOps.cs (3)
578
Debug.Assert(opType == OpType.Sort || opType == OpType.
ConstrainedSort
, "SortBaseOp OpType must be Sort or ConstrainedSort");
644
private 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)
1351
if (OpType.
ConstrainedSort
== inputNode.Op.OpType &&
1432
|| OpType.
ConstrainedSort
== inputNode.Child0.Op.OpType)))
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1216
case OpType.
ConstrainedSort
:
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2342
if (OpType.Sort == n.Child0.Op.OpType || OpType.
ConstrainedSort
== n.Child0.Op.OpType)
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
4377
internal static readonly SimpleRule Rule_ConstrainedSortOpOverEmptySet = new SimpleRule(OpType.
ConstrainedSort
, ProcessConstrainedSortOpOverEmptySet);
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
121
case OpType.
ConstrainedSort
: