Uses of Class
org.apache.pig.newplan.logical.relational.LogicalSchema.MergeMode

Packages that use LogicalSchema.MergeMode
org.apache.pig.newplan.logical.relational   
 

Uses of LogicalSchema.MergeMode in org.apache.pig.newplan.logical.relational
 

Methods in org.apache.pig.newplan.logical.relational that return LogicalSchema.MergeMode
static LogicalSchema.MergeMode LogicalSchema.MergeMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogicalSchema.MergeMode[] LogicalSchema.MergeMode.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 LogicalSchema.MergeMode
static LogicalSchema.LogicalFieldSchema LogicalSchema.LogicalFieldSchema.merge(LogicalSchema.LogicalFieldSchema fs1, LogicalSchema.LogicalFieldSchema fs2, LogicalSchema.MergeMode mode)
          Merge two LogicalFieldSchema, the behavior of merge depends on mode.
static LogicalSchema LogicalSchema.merge(LogicalSchema s1, LogicalSchema s2, LogicalSchema.MergeMode mode)
          Merge two schemas.
 



Copyright © 2007-2012 The Apache Software Foundation