29 references to CreateFilterOp
System.Data.Entity (29)
System\Data\Query\InternalTrees\Command.cs (1)
1743
Node filterNode = this.CreateNode(this.
CreateFilterOp
(), inputNode, predicate);
System\Data\Query\InternalTrees\OpCopier.cs (1)
758
return CopyDefault(m_destCmd.
CreateFilterOp
(), n);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (3)
2168
Op filtOp = _iqtCommand.
CreateFilterOp
();
2748
_iqtCommand.
CreateFilterOp
(), projectNodeWithKeys, filterPredicateNode);
3014
inputNode = _iqtCommand.CreateNode(_iqtCommand.
CreateFilterOp
(), inputNode, predicateNode);
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
2353
Node filterNode = m_command.CreateNode(m_command.
CreateFilterOp
(), inputNode, predNode);
2373
return m_command.CreateNode(m_command.
CreateFilterOp
(), inputNode, predicateNode);
System\Data\Query\PlanCompiler\NestPullup.cs (1)
607
Node filterNode = Command.CreateNode(Command.
CreateFilterOp
(), input, predicateNode);
System\Data\Query\PlanCompiler\PreProcessor.cs (6)
540
Node filterNode = m_command.CreateNode(m_command.
CreateFilterOp
(),
656
m_command.
CreateFilterOp
(),
873
Node ret = m_command.CreateNode(m_command.
CreateFilterOp
(), unionAllNode, predicateNode);
941
Node filterNode = m_command.CreateNode(m_command.
CreateFilterOp
(),
1674
Node filterNode = m_command.CreateNode(m_command.
CreateFilterOp
(),
1935
Node filterNode = m_command.CreateNode(m_command.
CreateFilterOp
(),
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
248
Node filterNode = m_command.CreateNode(m_command.
CreateFilterOp
(), inputNode, joinCondition);
System\Data\Query\PlanCompiler\TransformationRules.cs (14)
1437
newNode = context.Command.CreateNode(context.Command.
CreateFilterOp
(), filterNode.Child0.Child0, newAndNode);
1499
Node newFilterNode = trc.Command.CreateNode(trc.Command.
CreateFilterOp
(), projectNode.Child0, remappedPredicateNode);
1599
trc.Command.
CreateFilterOp
(),
1615
newNode = trc.Command.CreateNode(trc.Command.
CreateFilterOp
(), newSetOpNode, nonPushdownPredicate);
1660
Node pushdownFilterNode = context.Command.CreateNode(context.Command.
CreateFilterOp
(), distinctNode.Child0, pushdownPredicate);
1669
newNode = context.Command.CreateNode(context.Command.
CreateFilterOp
(), newDistinctNode, nonPushdownPredicate);
1742
Node subFilterNode = trc.Command.CreateNode(trc.Command.
CreateFilterOp
(), groupByNode.Child0, remappedPushdownPredicate);
1756
newNode = trc.Command.CreateNode(trc.Command.
CreateFilterOp
(), newGroupByNode, nonPushdownPredicate);
1873
leftInputNode = command.CreateNode(command.
CreateFilterOp
(), leftInputNode, leftSingleTablePredicateNode);
1878
rightInputNode = command.CreateNode(command.
CreateFilterOp
(), rightInputNode, rightSingleTablePredicateNode);
1933
newNode = command.CreateNode(command.
CreateFilterOp
(), newJoinNode, newFilterPredicateNode);
1974
Node newFilterNode = command.CreateNode(command.
CreateFilterOp
(), newApplyNode, filterNode.Child1);
3606
FilterOp newFilterOp = command.
CreateFilterOp
();
4310
var filter = command.CreateNode(command.
CreateFilterOp
(),