org.apache.hadoop.hive.ql.udf
Class UDAFTestMax.MaxShortEvaluator
java.lang.Object
org.apache.hadoop.hive.ql.udf.UDAFTestMax.MaxShortEvaluator
- All Implemented Interfaces:
- UDAFEvaluator
- Enclosing class:
- UDAFTestMax
public static class UDAFTestMax.MaxShortEvaluator
- extends Object
- implements UDAFEvaluator
MaxShortEvaluator.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDAFTestMax.MaxShortEvaluator
public UDAFTestMax.MaxShortEvaluator()
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 © 2011 The Apache Software Foundation