Uses of Class
org.apache.hadoop.hive.serde2.io.ShortWritable

Packages that use ShortWritable
org.apache.hadoop.hive.ql.udf   
org.apache.hadoop.hive.serde2.objectinspector.primitive   
 

Uses of ShortWritable in org.apache.hadoop.hive.ql.udf
 

Fields in org.apache.hadoop.hive.ql.udf declared as ShortWritable
protected  ShortWritable UDFBaseNumericOp.shortWritable
           
protected  ShortWritable UDFBaseNumericUnaryOp.shortWritable
           
protected  ShortWritable UDFBaseBitOP.shortWritable
           
 

Methods in org.apache.hadoop.hive.ql.udf that return ShortWritable
 ShortWritable UDFToShort.evaluate(BooleanWritable i)
          Convert from boolean to a short.
 ShortWritable UDFToShort.evaluate(FloatWritable i)
          Convert from float to a short.
 ShortWritable UDFToShort.evaluate(IntWritable i)
          Convert from integer to a short.
 ShortWritable UDFToShort.evaluate(LongWritable i)
          Convert from long to a short.
 ShortWritable UDFToShort.evaluate(NullWritable i)
          Convert from void to a short.
 ShortWritable UDFOPPositive.evaluate(ShortWritable a)
           
 ShortWritable UDFOPBitNot.evaluate(ShortWritable a)
           
abstract  ShortWritable UDFBaseNumericUnaryOp.evaluate(ShortWritable a)
           
 ShortWritable UDFOPNegative.evaluate(ShortWritable a)
           
abstract  ShortWritable UDFBaseNumericOp.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitAnd.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMultiply.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitOr.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFPosMod.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMinus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPPlus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMod.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitXor.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFToShort.evaluate(Text i)
          Convert from string to a short.
 ShortWritable UDAFTestMax.MaxShortEvaluator.terminate()
           
 ShortWritable UDAFTestMax.MaxShortEvaluator.terminatePartial()
           
 

Methods in org.apache.hadoop.hive.ql.udf with parameters of type ShortWritable
 FloatWritable UDFToFloat.evaluate(ShortWritable i)
          Convert from short to a float.
 ShortWritable UDFOPPositive.evaluate(ShortWritable a)
           
 IntWritable UDFToInteger.evaluate(ShortWritable i)
          Convert from short to an integer.
 LongWritable UDFToLong.evaluate(ShortWritable i)
          Convert from short to a long.
 ShortWritable UDFOPBitNot.evaluate(ShortWritable a)
           
abstract  ShortWritable UDFBaseNumericUnaryOp.evaluate(ShortWritable a)
           
 Text UDFToString.evaluate(ShortWritable i)
           
 BooleanWritable UDFToBoolean.evaluate(ShortWritable i)
          Convert from a short to boolean.
 ShortWritable UDFOPNegative.evaluate(ShortWritable a)
           
abstract  ShortWritable UDFBaseNumericOp.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitAnd.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMultiply.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitOr.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFPosMod.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMinus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPPlus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMod.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitXor.evaluate(ShortWritable a, ShortWritable b)
           
 boolean UDAFTestMax.MaxShortEvaluator.iterate(ShortWritable o)
           
 boolean UDAFTestMax.MaxShortEvaluator.merge(ShortWritable o)
           
 

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

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return ShortWritable
 ShortWritable WritableConstantShortObjectInspector.getWritableConstantValue()
           
 



Copyright © 2012 The Apache Software Foundation