org.apache.hadoop.hive.ql.udf
Class UDAFWrongArgLengthForTestCase.UDAFWrongArgLengthForTestCaseEvaluator

java.lang.Object
  extended by org.apache.hadoop.hive.ql.udf.UDAFWrongArgLengthForTestCase.UDAFWrongArgLengthForTestCaseEvaluator
All Implemented Interfaces:
UDAFEvaluator
Enclosing class:
UDAFWrongArgLengthForTestCase

public static class UDAFWrongArgLengthForTestCase.UDAFWrongArgLengthForTestCaseEvaluator
extends Object
implements UDAFEvaluator

UDAFWrongArgLengthForTestCaseEvaluator.


Constructor Summary
UDAFWrongArgLengthForTestCase.UDAFWrongArgLengthForTestCaseEvaluator()
           
 
Method Summary
 void init()
          Initializer.
 boolean iterate(Object o)
           
 boolean merge()
           
 org.apache.hadoop.io.LongWritable terminate()
           
 org.apache.hadoop.io.LongWritable terminatePartial()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDAFWrongArgLengthForTestCase.UDAFWrongArgLengthForTestCaseEvaluator

public UDAFWrongArgLengthForTestCase.UDAFWrongArgLengthForTestCaseEvaluator()
Method Detail

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 © 2014 The Apache Software Foundation. All rights reserved.