| Package | Description | 
|---|---|
| org.apache.pig.newplan.logical.relational | 
| Modifier and Type | Method and Description | 
|---|---|
| static LogicalSchema.MergeMode | LogicalSchema.MergeMode. valueOf(java.lang.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. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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