org.apache.hadoop.hive.ql.plan
Class DropMacroDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.DropMacroDesc
All Implemented Interfaces:
Serializable

public class DropMacroDesc
extends Object
implements Serializable

DropMacroDesc.

See Also:
Serialized Form

Constructor Summary
DropMacroDesc()
          For serialization only.
DropMacroDesc(String macroName)
           
 
Method Summary
 String getMacroName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropMacroDesc

public DropMacroDesc()
For serialization only.


DropMacroDesc

public DropMacroDesc(String macroName)
Method Detail

getMacroName

public String getMacroName()


Copyright © 2014 The Apache Software Foundation. All rights reserved.