org.apache.hadoop.hive.ql.plan
Class scriptDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.scriptDesc
- All Implemented Interfaces:
- Serializable
public class scriptDesc
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scriptDesc
public scriptDesc()
scriptDesc
public scriptDesc(String scriptCmd,
tableDesc scriptOutputInfo,
tableDesc scriptInputInfo)
getScriptCmd
public String getScriptCmd()
setScriptCmd
public void setScriptCmd(String scriptCmd)
getScriptOutputInfo
public tableDesc getScriptOutputInfo()
setScriptOutputInfo
public void setScriptOutputInfo(tableDesc scriptOutputInfo)
getScriptInputInfo
public tableDesc getScriptInputInfo()
setScriptInputInfo
public void setScriptInputInfo(tableDesc scriptInputInfo)
Copyright © 2009 The Apache Software Foundation