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

See Also:
Serialized Form

Constructor Summary
limitDesc()
           
limitDesc(int limit)
           
 
Method Summary
 int getLimit()
           
 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)


Copyright © 2009 The Apache Software Foundation