Uses of Class
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POPackage.PackageType

Packages that use POPackage.PackageType
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
 

Uses of POPackage.PackageType in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return POPackage.PackageType
 POPackage.PackageType POPackage.getPackageType()
           
static POPackage.PackageType POPackage.PackageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static POPackage.PackageType[] POPackage.PackageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type POPackage.PackageType
 void POPackage.setPackageType(POPackage.PackageType type)
           
 



Copyright © 2007-2012 The Apache Software Foundation