Returns the Execution Engine that this ExecType is associated with. Once the ExecType the script is running in is determined by the PigServer, it will then call this method to get an instance of the ExecutionEngine associated with this ExecType to delegate all further execution to on the backend.
(PigContext pigContext)
| 65 | * backend. |
| 66 | */ |
| 67 | public ExecutionEngine getExecutionEngine(PigContext pigContext); |
| 68 | |
| 69 | /** |
| 70 | * Returns the Execution Engine class that this ExecType is associated with. |
no outgoing calls