114 references to CreateNode
System.Data.Entity (114)
System\Data\Mapping\FunctionImportMappingComposable.cs (1)
131
Node varRefNode = itree.
CreateNode
(itree.CreateVarRefOp(relVar));
System\Data\Query\InternalTrees\Command.cs (3)
1687
Node varDefListNode = this.
CreateNode
(varDefListOp);
1742
Node predicate = this.CreateNode(isOfOp, this.
CreateNode
(this.CreateVarRefOp(inputVar)));
1759
this.
CreateNode
(this.CreateVarRefOp(inputVar)));
System\Data\Query\InternalTrees\OpCopier.cs (7)
296
return m_destCmd.
CreateNode
(newOp);
307
return m_destCmd.
CreateNode
(m_destCmd.CreateNullOp(op.Type));
318
return m_destCmd.
CreateNode
(m_destCmd.CreateConstantPredicateOp(op.Value));
330
return m_destCmd.
CreateNode
(newOp);
342
return m_destCmd.
CreateNode
(newOp);
513
return m_destCmd.
CreateNode
(m_destCmd.CreateVarRefOp(newVar));
682
return m_destCmd.
CreateNode
(newScan);
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
725
_groupAggregateVarInfoManager.Add(groupAggregateVar, new GroupAggregateVarInfo(n, groupAggregateVar), this._command.
CreateNode
(this._command.CreateVarRefOp(groupAggregateVar)), false);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (20)
79
return _tree.
CreateNode
(_tree.CreateVarRefOp(_var));
304
Node singletonTableNode = _iqtCommand.
CreateNode
(_iqtCommand.CreateSingleRowTableOp());
536
arguments.Add(_iqtCommand.
CreateNode
(_iqtCommand.CreateInternalConstantOp(_iqtCommand.BooleanType, true)));
546
arguments.Add(_iqtCommand.
CreateNode
(_iqtCommand.CreateInternalConstantOp(_iqtCommand.BooleanType, false)));
551
arguments.Add(_iqtCommand.
CreateNode
(_iqtCommand.CreateNullOp(_iqtCommand.BooleanType)));
579
Node trueNode = _iqtCommand.
CreateNode
(_iqtCommand.CreateInternalConstantOp(_iqtCommand.BooleanType, true));
708
Node varRefNode = _iqtCommand.
CreateNode
(_iqtCommand.CreateVarRefOp(unnest.Table.Columns[0]));
737
_iqtCommand.
CreateNode
(_iqtCommand.CreateVarDefListOp()));
948
recordColumns.Add(_iqtCommand.
CreateNode
(_iqtCommand.CreateVarRefOp(colVar)));
989
return _iqtCommand.
CreateNode
(op);
995
return _iqtCommand.
CreateNode
(op);
1030
return _iqtCommand.
CreateNode
(op);
1150
Node varRefNode = _iqtCommand.
CreateNode
(_iqtCommand.CreateVarRefOp(nodeVar));
1389
_iqtCommand.
CreateNode
(_iqtCommand.CreateNullOp(_iqtCommand.IntegerType)),
1407
_iqtCommand.
CreateNode
(_iqtCommand.CreateNullOp(_iqtCommand.IntegerType)),
1493
return _iqtCommand.CreateNode(op, _iqtCommand.
CreateNode
(_iqtCommand.CreateInternalConstantOp(_iqtCommand.BooleanType, true)));
2150
Node node = _iqtCommand.
CreateNode
(op);
2705
FlattenProperties(_iqtCommand.
CreateNode
(_iqtCommand.CreateVarRefOp(keyVar)), flattentedKeys);
2706
FlattenProperties(_iqtCommand.
CreateNode
(_iqtCommand.CreateVarRefOp(copyOfKeyVar)), copyFlattenedKeys);
2916
_iqtCommand.
CreateNode
(_iqtCommand.CreateNullOp(_iqtCommand.IntegerType))
System\Data\Query\PlanCompiler\JoinGraph.cs (5)
2338
Node varRefNode = m_command.
CreateNode
(m_command.CreateVarRefOp(v));
2437
Node leftVarNode = m_command.
CreateNode
(m_command.CreateVarRefOp(newLeftVar));
2438
Node rightVarNode = m_command.
CreateNode
(m_command.CreateVarRefOp(newRightVar));
2542
Node singleRowTableNode = m_command.
CreateNode
(m_command.CreateSingleRowTableOp());
2558
localPredicateNode = m_command.
CreateNode
(m_command.CreateTrueOp());
System\Data\Query\PlanCompiler\KeyPullup.cs (2)
318
m_command.
CreateNode
(
335
m_command.
CreateNode
(
System\Data\Query\PlanCompiler\NestPullup.cs (4)
599
Node varRefNode = Command.
CreateNode
(Command.CreateVarRefOp(var));
1439
Node tempNode = Command.
CreateNode
(tempOp);
2450
Node constantNode = Command.
CreateNode
(constantOp);
2558
Node nullOpNode = Command.
CreateNode
(nullOp);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (12)
402
return m_command.
CreateNode
(m_command.CreateNullOp(type));
412
return m_command.
CreateNode
(op);
433
return m_command.
CreateNode
(op);
447
return m_command.
CreateNode
(op);
725
convertToFlattenedTypeVarDefs.Add(m_command.CreateVarDefNode(m_command.
CreateNode
(m_command.CreateVarRefOp(unnestOpTableColumns[columnIndex])), out var));
1889
return m_command.
CreateNode
(
2013
Node nullSentinelNullNode = m_command.
CreateNode
(m_command.CreateNullOp(integerType));
2466
inputFieldValues.Insert(0, m_command.
CreateNode
(m_command.CreateInternalConstantOp(md.Helper.GetModelTypeUsage(outputTypeInfo.EntitySetIdProperty), entitySetId)));
2541
newNodeChildren.Add(m_command.
CreateNode
(newVarRefOp));
2620
Node discriminatorConstant = m_command.
CreateNode
(discriminatorValueOp);
2658
entitySetIdNode = m_command.
CreateNode
(entitySetIdOp);
3047
current = m_command.
CreateNode
(m_command.CreateFalseOp());
System\Data\Query\PlanCompiler\Normalizer.cs (3)
103
m_command.
CreateNode
(m_command.CreateInternalConstantOp(m_command.IntegerType, 1)),
188
Node unnestVarRefNode = m_command.
CreateNode
(unnestVarRefOp);
196
Node keyVarDefListNode = m_command.
CreateNode
(m_command.CreateVarDefListOp());
System\Data\Query\PlanCompiler\PreProcessor.cs (27)
505
return m_command.
CreateNode
(m_command.CreateNullOp(navigateOp.Type));
509
return m_command.
CreateNode
(m_command.CreateNewMultisetOp(navigateOp.Type));
522
Node branchNode = m_command.
CreateNode
(tableOp);
536
m_command.
CreateNode
(m_command.CreateVarRefOp(unionAllVar)));
538
m_command.
CreateNode
(m_command.CreateVarRefOp(unionAllVar)));
578
Node tableNode = m_command.
CreateNode
(tableOp);
631
return m_command.
CreateNode
(m_command.CreateNullOp(entityType));
653
m_command.
CreateNode
(m_command.CreateVarRefOp(unionAllVar)));
724
m_command.CreateNode(m_command.CreateGetEntityRefOp(end.TypeUsage), m_command.
CreateNode
(m_command.CreateVarRefOp(esVar))),
725
m_command.CreateNode(m_command.CreatePropertyOp(end), m_command.
CreateNode
(m_command.CreateVarRefOp(rsVar)))
870
m_command.
CreateNode
(m_command.CreateVarRefOp(outputVar)));
938
m_command.
CreateNode
(m_command.CreateVarRefOp(unionAllVars[0])));
996
return m_command.
CreateNode
(m_command.CreateNewMultisetOp(resultType));
998
return m_command.
CreateNode
(m_command.CreateNullOp(resultType));
1480
Node trueNode = m_command.
CreateNode
(trueOp);
1484
Node nullNode = m_command.
CreateNode
(nullOp);
1659
return m_command.
CreateNode
(m_command.CreateNullOp(relProperty.ToEnd.TypeUsage));
1666
Node scanNode = m_command.
CreateNode
(scanTableOp);
1670
m_command.
CreateNode
(m_command.CreateVarRefOp(scanTableVar)));
1934
Node singleRowTableNode = m_command.
CreateNode
(m_command.CreateSingleRowTableOp());
1937
m_command.
CreateNode
(m_command.CreateFalseOp()));
1938
Node fakeChild = m_command.
CreateNode
(m_command.CreateNullOp(collectionType.TypeUsage));
1961
Node singleRowTableNode = m_command.
CreateNode
(m_command.CreateSingleRowTableOp());
1988
Node singleRowTableNode = m_command.
CreateNode
(m_command.CreateSingleRowTableOp());
1990
Node discriminatorNode = m_command.
CreateNode
(m_command.CreateInternalConstantOp(m_command.IntegerType, i));
2009
m_command.
CreateNode
(m_command.CreateVarRefOp(resultVar)),
2010
m_command.
CreateNode
(
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
512
return m_command.
CreateNode
(m_command.CreateSingleRowTableOp());
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (2)
85
subquery = m_command.
CreateNode
(m_command.CreateVarRefOp(outputVar));
246
Node inputNode = m_command.
CreateNode
(m_command.CreateSingleRowTableOp());
System\Data\Query\PlanCompiler\TransformationRules.cs (26)
129
return this.Command.
CreateNode
(this.Command.CreateVarRefOp(op.Var));
344
Node varRefNode = this.Command.
CreateNode
(varRefOp);
347
Node thenNode = this.Command.
CreateNode
(this.Command.CreateNullOp(elseNode.Op.Type));
1086
newNode = context.Command.
CreateNode
(newOp);
1145
newNode = context.Command.
CreateNode
(constOp);
1207
newNode = context.Command.
CreateNode
(context.Command.CreateConstantPredicateOp(!pred.Value));
1260
newNode = context.Command.
CreateNode
(context.Command.CreateFalseOp());
1277
newNode = context.Command.
CreateNode
(context.Command.CreateTrueOp());
1298
newNode = context.Command.
CreateNode
(context.Command.CreateNullOp(castNullOp.Op.Type));
1330
newNode = command.
CreateNode
(context.Command.CreateFalseOp());
1580
Node varRefNode = trc.Command.
CreateNode
(trc.Command.CreateVarRefOp(kv.Value));
2035
Node constNode = trc.Command.
CreateNode
(nullConst);
2046
Node constNode = trc.Command.
CreateNode
(nullConst);
2053
Node singleRowTableNode = trc.Command.
CreateNode
(trc.Command.CreateSingleRowTableOp());
2137
Node newVarDefListNode = trc.Command.
CreateNode
(trc.Command.CreateVarDefListOp());
2369
varDefNode.Child0 = command.
CreateNode
(varRefOp);
2570
varDefNode.Child0 = context.Command.
CreateNode
(context.Command.CreateVarRefOp(sentinelVar));
2751
Node dummyConstantExpr = command.
CreateNode
(nullSentinelDefinitionOp);
2767
currentDefinition = command.
CreateNode
(command.CreateVarRefOp(sentinelVar));
2886
Node trueNode = command.
CreateNode
(trueOp);
4184
Node varDefListNode = command.
CreateNode
(varDefListOp);
4276
var scanTable = command.
CreateNode
(scanTableOp);
4280
var varDefListNode = command.CreateVarDefListNode(command.
CreateNode
(command.CreateVarRefOp(groupByOp.Outputs.First)), out newVar);
4296
command.
CreateNode
(command.CreateVarRefOp(leftKeys.Current)),
4297
command.
CreateNode
(command.CreateVarRefOp(rightKeys.Current)));
4441
Node varDefListNode = command.
CreateNode
(varDefListOp);