9 references to Filter
System.Data.Entity (9)
System\Data\Query\InternalTrees\Dump.cs (1)
895
case OpType.
Filter
:
System\Data\Query\InternalTrees\RelOps.cs (1)
438
private FilterOp() : base(OpType.
Filter
) { }
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
956
&& node.Op.OpType != OpType.
Filter
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1836
if (joinInputNode.Op.OpType == OpType.
Filter
&& joinInputNode.Child0.Op.OpType == OpType.ScanTable)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1213
case OpType.
Filter
:
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
207
n.Op.OpType == OpType.Project || n.Op.OpType == OpType.
Filter
||
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
3560
if (joinNode.Child0.Op.OpType == OpType.
Filter
)
3568
if (joinNode.Child1.Op.OpType == OpType.
Filter
&& joinNode.Op.OpType != OpType.LeftOuterJoin)
3722
if (singleRowNode.Child0.Op.OpType == OpType.
Filter
)