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