org.apache.hadoop.hive.ql.plan
Class UnionDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.AbstractOperatorDesc
org.apache.hadoop.hive.ql.plan.UnionDesc
- All Implemented Interfaces:
- Serializable, Cloneable, OperatorDesc
public class UnionDesc
- extends AbstractOperatorDesc
unionDesc is a empty class currently. However, union has more than one input
(as compared with forward), and therefore, we need a separate class.
- See Also:
- Serialized Form
UnionDesc
public UnionDesc()
getNumInputs
public int getNumInputs()
- Returns:
- the numInputs
setNumInputs
public void setNumInputs(int numInputs)
- Parameters:
numInputs
- the numInputs to set
Copyright © 2013 The Apache Software Foundation