20 references to CreateNode
System.Data.Entity (20)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (4)
1337
return _iqtCommand.
CreateNode
(
1386
_iqtCommand.
CreateNode
(
1404
_iqtCommand.
CreateNode
(
2912
_iqtCommand.
CreateNode
(
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
2561
Node newJoinNode = m_command.
CreateNode
(joinNode.Node.Op,
System\Data\Query\PlanCompiler\NestPullup.cs (1)
739
Node groupByNode = Command.
CreateNode
(
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (2)
2964
Node caseNode = m_command.
CreateNode
(caseOp, likeNode, n.Child0, CreateNullConstantNode(caseOp.Type));
3008
newNode = m_command.
CreateNode
(likeOp, typeIdProperty, typeIdConstantNode, CreateNullConstantNode(DefaultTypeIdType));
System\Data\Query\PlanCompiler\Normalizer.cs (1)
203
Node gbySubqueryNode = m_command.
CreateNode
(gbyOp, unnestNode, keyVarDefListNode, aggVarDefListNode);
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
728
Node joinNode = m_command.
CreateNode
(m_command.CreateInnerJoinOp(),
1488
Node caseNode = m_command.
CreateNode
(caseOp, notNode, trueNode, nullNode);
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
573
result = m_command.
CreateNode
(m_command.CreateGroupByOp(newOp.Keys, newOp.Outputs),
System\Data\Query\PlanCompiler\TransformationRules.cs (8)
348
Node caseNode = this.Command.
CreateNode
(this.Command.CreateCaseOp(elseNode.Op.Type), whenNode, thenNode, elseNode);
1743
Node newGroupByNode = trc.Command.
CreateNode
(groupByNode.Op, subFilterNode, groupByNode.Child1, groupByNode.Child2);
1920
newJoinNode = command.
CreateNode
(joinOp, leftInputNode, rightInputNode, newJoinPredicateNode);
2468
newNode = command.
CreateNode
(joinOp, applyNode.Child0, filterNode.Child0, filterNode.Child1);
2605
Node joinNode = command.
CreateNode
(command.CreateLeftOuterJoinOp(), applyNode.Child0, joinNodeRightInput, filterNode.Child1);
2887
newNode = command.
CreateNode
(joinOp, applyLeftChild, applyRightChild, trueNode);
3433
newJoinNode = context.Command.
CreateNode
(joinNode.Op, joinNode.Child0.Child0, joinNode.Child1.Child0, joinConditionNode);
3599
newJoinNode = command.
CreateNode
(joinNode.Op, newLeftInput, newRightInput, joinNode.Child2);