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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.LimitDesc
All Implemented Interfaces:
Serializable

public class LimitDesc
extends Object
implements Serializable

LimitDesc.

See Also:
Serialized Form

Constructor Summary
LimitDesc()
           
LimitDesc(int limit)
           
 
Method Summary
 int getLeastRows()
           
 int getLimit()
           
 void setLeastRows(int leastRows)
           
 void setLimit(int limit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LimitDesc

public LimitDesc()

LimitDesc

public LimitDesc(int limit)
Method Detail

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