org.apache.pig.impl
Class PigImplConstants

java.lang.Object
  extended by org.apache.pig.impl.PigImplConstants

@InterfaceAudience.Private
public class PigImplConstants
extends Object

Private, internal constants for use by Pig itself. Please see PigConstants if looking for public constants.


Field Summary
static String PIG_OPTIMIZER_RULES_KEY
          "pig.optimizer.rules" is a pig-internal properties key for serializing the set of disabled optimizer rules.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PIG_OPTIMIZER_RULES_KEY

public static final String PIG_OPTIMIZER_RULES_KEY
"pig.optimizer.rules" is a pig-internal properties key for serializing the set of disabled optimizer rules.

See Also:
Constant Field Values


Copyright © 2007-2012 The Apache Software Foundation