public class NestedIterationNode extends QueryPlanNode
Constructor and Description |
---|
NestedIterationNode(QueryPlanNode[] childNodes,
int[] nestingOrder) |
Modifier and Type | Method and Description |
---|---|
ExecNode |
makeExec(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
VirtualDWView[] viewExternal,
Lock[] tableSecondaryIndexLocks) |
public NestedIterationNode(QueryPlanNode[] childNodes, int[] nestingOrder)
public ExecNode makeExec(AgentInstanceContext agentInstanceContext, Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream, EventType[] streamTypes, Viewable[] streamViews, VirtualDWView[] viewExternal, Lock[] tableSecondaryIndexLocks)
makeExec
in class QueryPlanNode
Copyright © 2005–2018. All rights reserved.