Uses of Class
org.apache.hadoop.hive.common.type.HiveDecimal

Packages that use HiveDecimal
org.apache.hadoop.hive.common.type   
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
org.apache.hadoop.hive.serde2.binarysortable   
org.apache.hadoop.hive.serde2.io   
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive   
org.apache.hadoop.hive.serde2.lazybinary   
org.apache.hadoop.hive.serde2.objectinspector.primitive   
org.apache.hive.service.cli   
 

Uses of HiveDecimal in org.apache.hadoop.hive.common.type
 

Fields in org.apache.hadoop.hive.common.type declared as HiveDecimal
static HiveDecimal HiveDecimal.ONE
           
static HiveDecimal HiveDecimal.ZERO
           
 

Methods in org.apache.hadoop.hive.common.type that return HiveDecimal
 HiveDecimal HiveDecimal.abs()
           
 HiveDecimal HiveDecimal.add(HiveDecimal dec)
           
 HiveDecimal HiveDecimal.divide(HiveDecimal dec)
           
 HiveDecimal HiveDecimal.multiply(HiveDecimal dec)
           
 HiveDecimal HiveDecimal.negate()
           
 HiveDecimal HiveDecimal.pow(int n)
           
 HiveDecimal HiveDecimal.remainder(HiveDecimal dec)
           
 HiveDecimal HiveDecimal.scaleByPowerOfTen(int n)
           
 HiveDecimal HiveDecimal.setScale(int i)
           
 HiveDecimal HiveDecimal.setScale(int adjustedScale, int rm)
           
 HiveDecimal HiveDecimal.subtract(HiveDecimal dec)
           
 

Methods in org.apache.hadoop.hive.common.type with parameters of type HiveDecimal
 HiveDecimal HiveDecimal.add(HiveDecimal dec)
           
 int HiveDecimal.compareTo(HiveDecimal dec)
           
 HiveDecimal HiveDecimal.divide(HiveDecimal dec)
           
 HiveDecimal HiveDecimal.multiply(HiveDecimal dec)
           
 HiveDecimal HiveDecimal.remainder(HiveDecimal dec)
           
 HiveDecimal HiveDecimal.subtract(HiveDecimal dec)
           
 

Uses of HiveDecimal in org.apache.hadoop.hive.ql.io.orc
 

Methods in org.apache.hadoop.hive.ql.io.orc that return HiveDecimal
 HiveDecimal DecimalColumnStatistics.getMaximum()
          Get the maximum value for the column.
 HiveDecimal DecimalColumnStatistics.getMinimum()
          Get the minimum value for the column.
 HiveDecimal DecimalColumnStatistics.getSum()
          Get the sum of the values of the column.
 

Uses of HiveDecimal in org.apache.hadoop.hive.ql.udf.generic
 

Method parameters in org.apache.hadoop.hive.ql.udf.generic with type arguments of type HiveDecimal
protected  void GenericUDAFAverage.GenericUDAFAverageEvaluatorDecimal.doIterate(org.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverage.AverageAggregationBuffer<HiveDecimal> aggregation, PrimitiveObjectInspector oi, Object parameter)
           
protected  void GenericUDAFAverage.GenericUDAFAverageEvaluatorDecimal.doMerge(org.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverage.AverageAggregationBuffer<HiveDecimal> aggregation, Long partialCount, ObjectInspector sumFieldOI, Object partialSum)
           
 void GenericUDAFAverage.GenericUDAFAverageEvaluatorDecimal.doReset(org.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverage.AverageAggregationBuffer<HiveDecimal> aggregation)
           
protected  Object GenericUDAFAverage.GenericUDAFAverageEvaluatorDecimal.doTerminate(org.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverage.AverageAggregationBuffer<HiveDecimal> aggregation)
           
protected  void GenericUDAFAverage.GenericUDAFAverageEvaluatorDecimal.doTerminatePartial(org.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverage.AverageAggregationBuffer<HiveDecimal> aggregation)
           
 

Uses of HiveDecimal in org.apache.hadoop.hive.serde2.binarysortable
 

Methods in org.apache.hadoop.hive.serde2.binarysortable that return HiveDecimal
static HiveDecimal TestBinarySortableSerDe.getRandHiveDecimal(Random r)
           
 

Constructors in org.apache.hadoop.hive.serde2.binarysortable with parameters of type HiveDecimal
MyTestClass(Byte b, Short s, Integer i, Long l, Float f, Double d, String st, HiveDecimal bd, Date date, MyTestInnerStruct is, List<Integer> li, byte[] ba)
           
 

Uses of HiveDecimal in org.apache.hadoop.hive.serde2.io
 

Methods in org.apache.hadoop.hive.serde2.io that return HiveDecimal
 HiveDecimal HiveDecimalWritable.getHiveDecimal()
           
 

Methods in org.apache.hadoop.hive.serde2.io with parameters of type HiveDecimal
static Timestamp TimestampWritable.decimalToTimestamp(HiveDecimal d)
           
 void HiveDecimalWritable.set(HiveDecimal value)
           
 

Constructors in org.apache.hadoop.hive.serde2.io with parameters of type HiveDecimal
HiveDecimalWritable(HiveDecimal value)
           
 

Uses of HiveDecimal in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
 

Methods in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive that return HiveDecimal
 HiveDecimal LazyHiveDecimalObjectInspector.getPrimitiveJavaObject(Object o)
           
 

Uses of HiveDecimal in org.apache.hadoop.hive.serde2.lazybinary
 

Constructors in org.apache.hadoop.hive.serde2.lazybinary with parameters of type HiveDecimal
MyTestClassBigger(Byte b, Short s, Integer i, Long l, Float f, Double d, String st, HiveDecimal bd, Date date, MyTestInnerStruct is, List<Integer> li, byte[] ba, Map<String,List<MyTestInnerStruct>> mp)
           
MyTestClassSmaller(Byte b, Short s, Integer i, Long l, Float f, Double d, String st, HiveDecimal bd, Date date, MyTestInnerStruct is)
           
 

Uses of HiveDecimal in org.apache.hadoop.hive.serde2.objectinspector.primitive
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return HiveDecimal
static HiveDecimal PrimitiveObjectInspectorUtils.getHiveDecimal(Object o, PrimitiveObjectInspector oi)
           
 HiveDecimal HiveDecimalObjectInspector.getPrimitiveJavaObject(Object o)
           
 HiveDecimal WritableHiveDecimalObjectInspector.getPrimitiveJavaObject(Object o)
           
 HiveDecimal JavaHiveDecimalObjectInspector.getPrimitiveJavaObject(Object o)
           
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive with parameters of type HiveDecimal
 Object SettableHiveDecimalObjectInspector.create(HiveDecimal t)
           
 Object WritableHiveDecimalObjectInspector.create(HiveDecimal t)
           
 Object JavaHiveDecimalObjectInspector.create(HiveDecimal t)
           
 Object SettableHiveDecimalObjectInspector.set(Object o, HiveDecimal t)
           
 Object WritableHiveDecimalObjectInspector.set(Object o, HiveDecimal t)
           
 Object JavaHiveDecimalObjectInspector.set(Object o, HiveDecimal t)
           
 

Uses of HiveDecimal in org.apache.hive.service.cli
 

Methods in org.apache.hive.service.cli with parameters of type HiveDecimal
static ColumnValue ColumnValue.stringValue(HiveDecimal value)
           
 



Copyright © 2012 The Apache Software Foundation