org.apache.pig.backend.executionengine.util
Class ExecTools

java.lang.Object
  extended by org.apache.pig.backend.executionengine.util.ExecTools

public class ExecTools
extends Object

A collection of static methods for use by the executionengine implementations. A way to share common code.


Constructor Summary
ExecTools()
           
 
Method Summary
static FileSpec checkLeafIsStore(PhysicalPlan plan, PigContext pigContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecTools

public ExecTools()
Method Detail

checkLeafIsStore

public static FileSpec checkLeafIsStore(PhysicalPlan plan,
                                        PigContext pigContext)
                                 throws ExecException
Throws:
ExecException


Copyright © ${year} The Apache Software Foundation