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

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

public class CreateMacroDesc
extends Object
implements Serializable

CreateMacroDesc.

See Also:
Serialized Form

Constructor Summary
CreateMacroDesc()
          For serialization only.
CreateMacroDesc(String macroName, List<String> colNames, List<TypeInfo> colTypes, ExprNodeDesc body)
           
 
Method Summary
 ExprNodeDesc getBody()
           
 List<String> getColNames()
           
 List<TypeInfo> getColTypes()
           
 String getMacroName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateMacroDesc

public CreateMacroDesc()
For serialization only.


CreateMacroDesc

public CreateMacroDesc(String macroName,
                       List<String> colNames,
                       List<TypeInfo> colTypes,
                       ExprNodeDesc body)
Method Detail

getMacroName

public String getMacroName()

getBody

public ExprNodeDesc getBody()

getColNames

public List<String> getColNames()

getColTypes

public List<TypeInfo> getColTypes()


Copyright © 2012 The Apache Software Foundation