Uses of Class
org.apache.pig.impl.logicalLayer.LOJoin.JOINTYPE

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

Uses of LOJoin.JOINTYPE in org.apache.pig.impl.logicalLayer
 

Methods in org.apache.pig.impl.logicalLayer that return LOJoin.JOINTYPE
 LOJoin.JOINTYPE LOJoin.getJoinType()
          Returns the type of join.
static LOJoin.JOINTYPE LOJoin.JOINTYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LOJoin.JOINTYPE[] LOJoin.JOINTYPE.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 LOJoin.JOINTYPE
LOJoin(LogicalPlan plan, OperatorKey k, MultiMap<LogicalOperator,LogicalPlan> joinPlans, LOJoin.JOINTYPE jt, boolean[] isInner)
           
 



Copyright © ${year} The Apache Software Foundation