|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UDAFEvaluator
Interface that encapsulates the evaluation logic of a UDAF. One evaluator is needed for every overloaded form of a UDAF .e.g max and min UDAFs would have evaluators for integer, string and other types. On the other hand avg would have an evaluator only for the double type.
| Method Summary | |
|---|---|
void |
init()
Initializer. |
| Method Detail |
|---|
void init()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||