org.apache.hadoop.hive.ql.plan
Class LimitDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.LimitDesc
- All Implemented Interfaces:
- Serializable
public class LimitDesc
- extends Object
- implements Serializable
LimitDesc.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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