|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.ql.udf.generic.AbstractGenericUDAFResolver
org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats
public class GenericUDAFComputeStats
GenericUDAFComputeStats
| Nested Class Summary | |
|---|---|
static class |
GenericUDAFComputeStats.GenericUDAFBinaryStatsEvaluator
GenericUDAFBinaryStatsEvaluator. |
static class |
GenericUDAFComputeStats.GenericUDAFBooleanStatsEvaluator
GenericUDAFBooleanStatsEvaluator. |
static class |
GenericUDAFComputeStats.GenericUDAFDecimalStatsEvaluator
|
static class |
GenericUDAFComputeStats.GenericUDAFDoubleStatsEvaluator
GenericUDAFDoubleStatsEvaluator. |
static class |
GenericUDAFComputeStats.GenericUDAFLongStatsEvaluator
GenericUDAFLongStatsEvaluator. |
static class |
GenericUDAFComputeStats.GenericUDAFStringStatsEvaluator
GenericUDAFStringStatsEvaluator. |
| Constructor Summary | |
|---|---|
GenericUDAFComputeStats()
|
|
| Method Summary | |
|---|---|
GenericUDAFEvaluator |
getEvaluator(TypeInfo[] parameters)
Get the evaluator for the parameter types. |
| Methods inherited from class org.apache.hadoop.hive.ql.udf.generic.AbstractGenericUDAFResolver |
|---|
getEvaluator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericUDAFComputeStats()
| Method Detail |
|---|
public GenericUDAFEvaluator getEvaluator(TypeInfo[] parameters)
throws SemanticException
GenericUDAFResolverIf the class of the object does not implement Serializable, then we will create a new instance of the class at execution time.
getEvaluator in interface GenericUDAFResolvergetEvaluator in class AbstractGenericUDAFResolverparameters - The types of the parameters. We need the type information to know
which evaluator class to use.
SemanticException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||