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
- 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(org.apache.hadoop.fs.Path resFile,
List<Task<? extends Serializable>> rootTasks,
String astStringTree,
boolean extended)
getResFile
public org.apache.hadoop.fs.Path getResFile()
setResFile
public void setResFile(org.apache.hadoop.fs.Path resFile)
getRootTasks
public List<Task<? extends Serializable>> getRootTasks()
setRootTasks
public void setRootTasks(List<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 © 2009 The Apache Software Foundation