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

Packages that use ShortWritable
org.apache.hadoop.hive.ql.udf   
 

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

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

Methods in org.apache.hadoop.hive.ql.udf that return ShortWritable
 ShortWritable UDFToShort.evaluate(org.apache.hadoop.io.BooleanWritable i)
          Convert from boolean to a short.
 ShortWritable UDFToShort.evaluate(ByteWritable i)
          Convert from byte to a short.
 ShortWritable UDFToShort.evaluate(DoubleWritable i)
          Convert from double to a short.
 ShortWritable UDFToShort.evaluate(org.apache.hadoop.io.FloatWritable i)
          Convert from float to a short.
 ShortWritable UDFToShort.evaluate(org.apache.hadoop.io.IntWritable i)
          Convert from integer to a short.
 ShortWritable UDFToShort.evaluate(org.apache.hadoop.io.LongWritable i)
          Convert from long to a short.
 ShortWritable UDFToShort.evaluate(org.apache.hadoop.io.NullWritable i)
          Convert from void to a short.
 ShortWritable UDFOPNegative.evaluate(ShortWritable a)
           
 ShortWritable UDFOPPositive.evaluate(ShortWritable a)
           
 ShortWritable UDFOPBitNot.evaluate(ShortWritable a)
           
abstract  ShortWritable UDFBaseNumericUnaryOp.evaluate(ShortWritable a)
           
 ShortWritable UDFOPMinus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMod.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitXor.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitOr.evaluate(ShortWritable a, ShortWritable b)
           
abstract  ShortWritable UDFBaseNumericOp.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPPlus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitAnd.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFPosMod.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMultiply.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFToShort.evaluate(org.apache.hadoop.io.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
 ShortWritable UDFOPNegative.evaluate(ShortWritable a)
           
 ShortWritable UDFOPPositive.evaluate(ShortWritable a)
           
 DoubleWritable UDFToDouble.evaluate(ShortWritable i)
          Convert from short to a double.
 ByteWritable UDFToByte.evaluate(ShortWritable i)
          Convert from short to a byte.
 ShortWritable UDFOPBitNot.evaluate(ShortWritable a)
           
 org.apache.hadoop.io.BooleanWritable UDFToBoolean.evaluate(ShortWritable i)
          Convert from a short to boolean.
abstract  ShortWritable UDFBaseNumericUnaryOp.evaluate(ShortWritable a)
           
 org.apache.hadoop.io.IntWritable UDFToInteger.evaluate(ShortWritable i)
          Convert from short to an integer.
 org.apache.hadoop.io.Text UDFToString.evaluate(ShortWritable i)
           
 org.apache.hadoop.io.FloatWritable UDFToFloat.evaluate(ShortWritable i)
          Convert from short to a float.
 org.apache.hadoop.io.LongWritable UDFToLong.evaluate(ShortWritable i)
          Convert from short to a long.
 ShortWritable UDFOPMinus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMod.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitXor.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitOr.evaluate(ShortWritable a, ShortWritable b)
           
abstract  ShortWritable UDFBaseNumericOp.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPPlus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitAnd.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFPosMod.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMultiply.evaluate(ShortWritable a, ShortWritable b)
           
 boolean UDAFTestMax.MaxShortEvaluator.iterate(ShortWritable o)
           
 boolean UDAFTestMax.MaxShortEvaluator.merge(ShortWritable o)
           
 



Copyright © 2011 The Apache Software Foundation