org.apache.hadoop.hive.ql.udf
Class UDAFMin.MinShortEvaluator

java.lang.Object
  extended by org.apache.hadoop.hive.ql.udf.UDAFMin.MinShortEvaluator
All Implemented Interfaces:
UDAFEvaluator
Enclosing class:
UDAFMin

public static class UDAFMin.MinShortEvaluator
extends Object
implements UDAFEvaluator


Constructor Summary
UDAFMin.MinShortEvaluator()
           
 
Method Summary
 void init()
          Initializer.
 boolean iterate(ShortWritable o)
           
 boolean merge(ShortWritable o)
           
 ShortWritable terminate()
           
 ShortWritable terminatePartial()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDAFMin.MinShortEvaluator

public UDAFMin.MinShortEvaluator()
Method Detail

init

public void init()
Description copied from interface: UDAFEvaluator
Initializer. Initializes the state for the evaluator.

Specified by:
init in interface UDAFEvaluator

iterate

public boolean iterate(ShortWritable o)

terminatePartial

public ShortWritable terminatePartial()

merge

public boolean merge(ShortWritable o)

terminate

public ShortWritable terminate()


Copyright © 2009 The Apache Software Foundation