public static class UDAFExampleMin.MinShortEvaluator extends Object implements UDAFEvaluator
| Constructor and Description |
|---|
MinShortEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Initializer.
|
boolean |
iterate(ShortWritable o) |
boolean |
merge(ShortWritable o) |
ShortWritable |
terminate() |
ShortWritable |
terminatePartial() |
public void init()
UDAFEvaluatorinit in interface UDAFEvaluatorpublic boolean iterate(ShortWritable o)
public ShortWritable terminatePartial()
public boolean merge(ShortWritable o)
public ShortWritable terminate()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.