Uses of Class
org.apache.pig.newplan.logical.relational.LOCogroup.GROUPTYPE

Packages that use LOCogroup.GROUPTYPE
org.apache.pig.newplan.logical.relational   
 

Uses of LOCogroup.GROUPTYPE in org.apache.pig.newplan.logical.relational
 

Methods in org.apache.pig.newplan.logical.relational 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.
 

Methods in org.apache.pig.newplan.logical.relational with parameters of type LOCogroup.GROUPTYPE
 void LOCogroup.setGroupType(LOCogroup.GROUPTYPE gt)
           
 

Constructors in org.apache.pig.newplan.logical.relational with parameters of type LOCogroup.GROUPTYPE
LOCogroup(OperatorPlan plan, MultiMap<Integer,LogicalExpressionPlan> expressionPlans, LOCogroup.GROUPTYPE groupType, boolean[] isInner)
           
 



Copyright © ${year} The Apache Software Foundation