Uses of Class
org.apache.pig.impl.logicalLayer.LOCogroup.GROUPTYPE

Packages that use LOCogroup.GROUPTYPE
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
 

Uses of LOCogroup.GROUPTYPE in org.apache.pig.impl.logicalLayer
 

Methods in org.apache.pig.impl.logicalLayer that return LOCogroup.GROUPTYPE
 LOCogroup.GROUPTYPE LOCogroup.getGroupType()
           
static LOCogroup.GROUPTYPE LOCogroup.GROUPTYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LOCogroup.GROUPTYPE[] LOCogroup.GROUPTYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.pig.impl.logicalLayer with parameters of type LOCogroup.GROUPTYPE
LOCogroup(LogicalPlan plan, OperatorKey k, MultiMap<LogicalOperator,LogicalPlan> groupByPlans, LOCogroup.GROUPTYPE type, boolean[] isInner)
           
 



Copyright © ${year} The Apache Software Foundation