org.apache.hadoop.hive.ql.udf.generic
Class GenericUDAFComputeStats.GenericUDAFBooleanStatsEvaluator.BooleanStatsAgg
java.lang.Object
org.apache.hadoop.hive.ql.udf.generic.GenericUDAFComputeStats.GenericUDAFBooleanStatsEvaluator.BooleanStatsAgg
- All Implemented Interfaces:
- GenericUDAFEvaluator.AggregationBuffer
- Enclosing class:
- GenericUDAFComputeStats.GenericUDAFBooleanStatsEvaluator
public static class GenericUDAFComputeStats.GenericUDAFBooleanStatsEvaluator.BooleanStatsAgg
- extends Object
- implements GenericUDAFEvaluator.AggregationBuffer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
columnType
public String columnType
countTrues
public long countTrues
countFalses
public long countFalses
countNulls
public long countNulls
GenericUDAFComputeStats.GenericUDAFBooleanStatsEvaluator.BooleanStatsAgg
public GenericUDAFComputeStats.GenericUDAFBooleanStatsEvaluator.BooleanStatsAgg()
Copyright © 2011 The Apache Software Foundation