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 UDFBaseBitOP.shortWritable
           
protected  ShortWritable UDFBaseNumericUnaryOp.shortWritable
           
protected  ShortWritable UDFBaseNumericOp.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)
           
abstract  ShortWritable UDFBaseNumericUnaryOp.evaluate(ShortWritable a)
           
 ShortWritable UDFOPBitNot.evaluate(ShortWritable a)
           
 ShortWritable UDFOPPositive.evaluate(ShortWritable a)
           
 ShortWritable UDFOPBitXor.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPPlus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMinus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMod.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMultiply.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFPosMod.evaluate(ShortWritable a, ShortWritable b)
           
abstract  ShortWritable UDFBaseNumericOp.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitOr.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitAnd.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFToShort.evaluate(org.apache.hadoop.io.Text i)
          Convert from string to a short.
 

Methods in org.apache.hadoop.hive.ql.udf with parameters of type ShortWritable
 ByteWritable UDFToByte.evaluate(ShortWritable i)
          Convert from short to a byte.
 org.apache.hadoop.io.LongWritable UDFToLong.evaluate(ShortWritable i)
          Convert from short to a long.
 ShortWritable UDFOPNegative.evaluate(ShortWritable a)
           
 org.apache.hadoop.io.FloatWritable UDFToFloat.evaluate(ShortWritable i)
          Convert from short to a float.
 org.apache.hadoop.io.Text UDFToString.evaluate(ShortWritable i)
           
 DoubleWritable UDFToDouble.evaluate(ShortWritable i)
          Convert from short to a double.
abstract  ShortWritable UDFBaseNumericUnaryOp.evaluate(ShortWritable a)
           
 ShortWritable UDFOPBitNot.evaluate(ShortWritable a)
           
 org.apache.hadoop.io.IntWritable UDFToInteger.evaluate(ShortWritable i)
          Convert from short to an integer.
 org.apache.hadoop.io.BooleanWritable UDFToBoolean.evaluate(ShortWritable i)
          Convert from a short to boolean.
 ShortWritable UDFOPPositive.evaluate(ShortWritable a)
           
 ShortWritable UDFOPBitXor.evaluate(ShortWritable a, ShortWritable b)
           
 org.apache.hadoop.io.BooleanWritable UDFOPEqual.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPPlus.evaluate(ShortWritable a, ShortWritable b)
           
 org.apache.hadoop.io.BooleanWritable UDFOPEqualOrLessThan.evaluate(ShortWritable a, ShortWritable b)
           
 org.apache.hadoop.io.BooleanWritable UDFOPLessThan.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMinus.evaluate(ShortWritable a, ShortWritable b)
           
 org.apache.hadoop.io.BooleanWritable UDFOPGreaterThan.evaluate(ShortWritable a, ShortWritable b)
           
 org.apache.hadoop.io.BooleanWritable UDFOPNotEqual.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMod.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMultiply.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFPosMod.evaluate(ShortWritable a, ShortWritable b)
           
abstract  ShortWritable UDFBaseNumericOp.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitOr.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitAnd.evaluate(ShortWritable a, ShortWritable b)
           
 org.apache.hadoop.io.BooleanWritable UDFOPEqualOrGreaterThan.evaluate(ShortWritable a, ShortWritable b)
           
 



Copyright © 2010 The Apache Software Foundation