public class QueryPlanNodeNoOp extends QueryPlanNode
Modifier and Type | Field and Description |
---|---|
static QueryPlanNodeNoOp |
INSTANCE |
Constructor and Description |
---|
QueryPlanNodeNoOp() |
Modifier and Type | Method and Description |
---|---|
ExecNode |
makeExec(AgentInstanceContext agentInstanceContext,
Map<TableLookupIndexReqKey,EventTable>[] indexesPerStream,
EventType[] streamTypes,
Viewable[] streamViews,
VirtualDWView[] viewExternal,
Lock[] tableSecondaryIndexLocks) |
public static final QueryPlanNodeNoOp INSTANCE
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.