public class IndexWhereTaskDispatcher extends java.lang.Object implements Dispatcher
Constructor and Description |
---|
IndexWhereTaskDispatcher(PhysicalContext context) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
dispatch(Node nd,
java.util.Stack<Node> stack,
java.lang.Object... nodeOutputs)
Dispatcher function.
|
public IndexWhereTaskDispatcher(PhysicalContext context)
public java.lang.Object dispatch(Node nd, java.util.Stack<Node> stack, java.lang.Object... nodeOutputs) throws SemanticException
Dispatcher
dispatch
in interface Dispatcher
nd
- operator to process.stack
- operator stack to process.nodeOutputs
- The argument list of outputs from processing other nodes that are
passed to this dispatcher from the walker.SemanticException
Copyright © 2012 The Apache Software Foundation