org.apache.hadoop.hive.ql.metadata
Class InputEstimator.Estimation

java.lang.Object
  extended by org.apache.hadoop.hive.ql.metadata.InputEstimator.Estimation
Enclosing interface:
InputEstimator

public static class InputEstimator.Estimation
extends Object


Constructor Summary
InputEstimator.Estimation(int rowCount, long totalLength)
           
 
Method Summary
 int getRowCount()
           
 long getTotalLength()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputEstimator.Estimation

public InputEstimator.Estimation(int rowCount,
                                 long totalLength)
Method Detail

getRowCount

public int getRowCount()

getTotalLength

public long getTotalLength()


Copyright © 2014 The Apache Software Foundation. All rights reserved.