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