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 UDFBaseNumericOp.shortWritable
           
protected  ShortWritable UDFBaseNumericUnaryOp.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 UDFOPPositive.evaluate(ShortWritable a)
           
 ShortWritable UDFOPNegative.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 UDFOPMultiply.evaluate(ShortWritable a, ShortWritable b)
           
abstract  ShortWritable UDFBaseNumericOp.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitXor.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitOr.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitAnd.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPPlus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFPosMod.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFToShort.evaluate(org.apache.hadoop.io.Text i)
          Convert from string to a short.
 ShortWritable UDAFMax.MaxShortEvaluator.terminate()
           
 ShortWritable UDAFMin.MinShortEvaluator.terminate()
           
 ShortWritable UDAFMax.MaxShortEvaluator.terminatePartial()
           
 ShortWritable UDAFMin.MinShortEvaluator.terminatePartial()
           
 

Methods in org.apache.hadoop.hive.ql.udf with parameters of type ShortWritable
 ShortWritable UDFOPPositive.evaluate(ShortWritable a)
           
 ShortWritable UDFOPNegative.evaluate(ShortWritable a)
           
 org.apache.hadoop.io.FloatWritable UDFToFloat.evaluate(ShortWritable i)
          Convert from short to a float.
 ByteWritable UDFToByte.evaluate(ShortWritable i)
          Convert from short to a byte.
 ShortWritable UDFOPBitNot.evaluate(ShortWritable a)
           
abstract  ShortWritable UDFBaseNumericUnaryOp.evaluate(ShortWritable a)
           
 org.apache.hadoop.io.BooleanWritable UDFToBoolean.evaluate(ShortWritable i)
          Convert from a short to boolean.
 org.apache.hadoop.io.LongWritable UDFToLong.evaluate(ShortWritable i)
          Convert from short to a long.
 DoubleWritable UDFToDouble.evaluate(ShortWritable i)
          Convert from short to a double.
 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.BooleanWritable UDFOPLessThan.evaluate(ShortWritable a, ShortWritable b)
           
 org.apache.hadoop.io.BooleanWritable UDFOPEqualOrGreaterThan.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMinus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMod.evaluate(ShortWritable a, ShortWritable b)
           
 org.apache.hadoop.io.BooleanWritable UDFOPEqualOrLessThan.evaluate(ShortWritable a, ShortWritable b)
           
 org.apache.hadoop.io.BooleanWritable UDFOPEqual.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMultiply.evaluate(ShortWritable a, ShortWritable b)
           
abstract  ShortWritable UDFBaseNumericOp.evaluate(ShortWritable a, ShortWritable b)
           
 org.apache.hadoop.io.BooleanWritable UDFOPGreaterThan.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitXor.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitOr.evaluate(ShortWritable a, ShortWritable b)
           
 org.apache.hadoop.io.BooleanWritable UDFOPNotEqual.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitAnd.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPPlus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFPosMod.evaluate(ShortWritable a, ShortWritable b)
           
 boolean UDAFMax.MaxShortEvaluator.iterate(ShortWritable o)
           
 boolean UDAFMin.MinShortEvaluator.iterate(ShortWritable o)
           
 boolean UDAFMax.MaxShortEvaluator.merge(ShortWritable o)
           
 boolean UDAFMin.MinShortEvaluator.merge(ShortWritable o)
           
 



Copyright © 2009 The Apache Software Foundation