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