31 references to CreateVarVec
System.Data.Entity (31)
System\Data\Query\InternalTrees\NodeInfo.cs (3)
644
VarVec keyVec = m_command.
CreateVarVec
(relOpChildNodeInfo.Keys.KeyVars);
648
VarVec opVars = m_command.
CreateVarVec
(op.Outputs);
1291
VarVec missingKeys = m_command.
CreateVarVec
(driverChildNodeInfo.Keys.KeyVars);
System\Data\Query\InternalTrees\Vars.cs (2)
330
VarVec tmp = m_command.
CreateVarVec
(other);
344
VarVec otherCopy = m_command.
CreateVarVec
(other);
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
1716
VarVec keyVars = m_command.
CreateVarVec
(joinEdge.Right.Table.Keys);
1807
VarVec keyVars = m_command.
CreateVarVec
(joinEdge.Left.Table.Keys);
System\Data\Query\PlanCompiler\KeyPullup.cs (2)
140
VarVec outputVars = m_command.
CreateVarVec
(op.Outputs);
249
keyVarsMissingFromOutput[i] = m_command.
CreateVarVec
(existingKeyVars);
System\Data\Query\PlanCompiler\NestPullup.cs (17)
544
VarVec newOutputVars = Command.
CreateVarVec
(xni.Definitions);
728
VarVec projectOpOutputs = Command.
CreateVarVec
(op.Outputs);
915
VarVec newOutputVars = Command.
CreateVarVec
(nestOp.Outputs);
1046
VarVec outputVars = Command.
CreateVarVec
(op.Outputs);
1050
VarVec newProjectVars = Command.
CreateVarVec
(op.Outputs);
1097
VarVec newNestedProjectOutputs = Command.
CreateVarVec
(nestedNestOp.Outputs);
1116
VarVec newNestedNestOutputs = Command.
CreateVarVec
(newNestedProjectOutputs);
1360
VarVec oldNestOpNonCollectionOutputs = Command.
CreateVarVec
(nestOp.Outputs);
1364
VarVec oldProjectOpNonCollectionOutputs = Command.
CreateVarVec
(projectOp.Outputs);
1368
VarVec oldProjectOpCollectionOutputs = Command.
CreateVarVec
(projectOp.Outputs);
1373
VarVec collectionsToRemove = Command.
CreateVarVec
(oldNestOpCollectionOutputs);
1411
VarVec newProjectOpOutputs = Command.
CreateVarVec
(oldProjectOpNonCollectionOutputs);
1449
projectNode.Op = Command.CreateProjectOp(Command.
CreateVarVec
(newProjectOpOutputs));
1465
VarVec nestOpOutputs = Command.
CreateVarVec
(projectOp.Outputs);
2146
VarVec childKeys = Command.
CreateVarVec
(((SingleStreamNestOp)nestNode.Children[i].Op).Keys);
2217
VarVec nestOpOutputs = Command.
CreateVarVec
(flattenedOutputVarVec);
2456
VarVec projectOutputs = Command.
CreateVarVec
(inputNodeInfo.Definitions);
System\Data\Query\PlanCompiler\TransformationRules.cs (5)
2648
VarVec vec = command.
CreateVarVec
(projectOp.Outputs);
2934
VarVec projectOpOutputs = command.
CreateVarVec
(applyLeftChildNodeInfo.Definitions);
3479
VarVec vec = command.
CreateVarVec
(projectOp.Outputs);
4012
projectDefinitions = command.
CreateVarVec
(projectDefinitions);
4192
newNode = command.CreateNode(command.CreateDistinctOp(command.
CreateVarVec
(op.Keys)), newNode);