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