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

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

public class LimitDesc
extends AbstractOperatorDesc

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 org.apache.hadoop.hive.ql.plan.AbstractOperatorDesc
clone, getOpTraits, getStatistics, setOpTraits, setStatistics, setVectorMode
 
Methods inherited from class java.lang.Object
equals, 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 © 2014 The Apache Software Foundation. All rights reserved.