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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.AbstractOperatorDesc
All Implemented Interfaces:
Serializable, Cloneable, OperatorDesc
Direct Known Subclasses:
BaseWork, CollectDesc, DemuxDesc, DummyStoreDesc, ExtractDesc, FileSinkDesc, FilterDesc, ForwardDesc, GroupByDesc, HashTableDummyDesc, JoinDesc, LateralViewForwardDesc, LateralViewJoinDesc, LimitDesc, ListSinkDesc, MapredWork, MuxDesc, PTFDesc, ReduceSinkDesc, ScriptDesc, SelectDesc, TableScanDesc, UDTFDesc, UnionDesc

public class AbstractOperatorDesc
extends Object
implements OperatorDesc

See Also:
Serialized Form

Constructor Summary
AbstractOperatorDesc()
           
 
Method Summary
 Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOperatorDesc

public AbstractOperatorDesc()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Specified by:
clone in interface OperatorDesc
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2012 The Apache Software Foundation