org.apache.hadoop.hive.ql.plan
Class LimitDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.AbstractOperatorDesc
org.apache.hadoop.hive.ql.plan.LimitDesc
- All Implemented Interfaces:
- Serializable, Cloneable, OperatorDesc
public class LimitDesc
- extends AbstractOperatorDesc
LimitDesc.
- See Also:
- Serialized Form
LimitDesc
public LimitDesc()
LimitDesc
public LimitDesc(int limit)
getLimit
public int getLimit()
setLimit
public void setLimit(int limit)
getLeastRows
public int getLeastRows()
setLeastRows
public void setLeastRows(int leastRows)
Copyright © 2013 The Apache Software Foundation