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