org.apache.hadoop.hive.ql.exec
Class Stat

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.Stat

public class Stat
extends Object


Constructor Summary
Stat()
           
 
Method Summary
 long getNumRows()
           
 void increaseNumRows(long amount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stat

public Stat()
Method Detail

increaseNumRows

public void increaseNumRows(long amount)

getNumRows

public long getNumRows()


Copyright © 2011 The Apache Software Foundation