GenericUDAFResolver2
instead.@Deprecated public interface GenericUDAFResolver
Modifier and Type | Method and Description |
---|---|
GenericUDAFEvaluator |
getEvaluator(TypeInfo[] parameters)
Deprecated.
Get the evaluator for the parameter types.
|
GenericUDAFEvaluator getEvaluator(TypeInfo[] parameters) throws SemanticException
If the class of the object does not implement Serializable, then we will create a new instance of the class at execution time.
parameters
- The types of the parameters. We need the type information to know
which evaluator class to use.SemanticException
Copyright © 2017 The Apache Software Foundation. All rights reserved.