org.apache.hadoop.hive.ql.plan
Class ExplainWork
java.lang.Object
org.apache.hadoop.hive.ql.plan.ExplainWork
- All Implemented Interfaces:
- Serializable
public class ExplainWork
- extends Object
- implements Serializable
ExplainWork.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExplainWork
public ExplainWork()
ExplainWork
public ExplainWork(String resFile,
List<Task<? extends Serializable>> rootTasks,
String astStringTree,
boolean extended)
getResFile
public String getResFile()
setResFile
public void setResFile(String resFile)
getRootTasks
public ArrayList<Task<? extends Serializable>> getRootTasks()
setRootTasks
public void setRootTasks(ArrayList<Task<? extends Serializable>> rootTasks)
getAstStringTree
public String getAstStringTree()
setAstStringTree
public void setAstStringTree(String astStringTree)
getExtended
public boolean getExtended()
setExtended
public void setExtended(boolean extended)
Copyright © 2010 The Apache Software Foundation