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

Methods in org.apache.hadoop.hive.ql.udf with parameters of type ShortWritable
 org.apache.hadoop.io.LongWritable UDFToLong.evaluate(ShortWritable i)
          Convert from short to a long.
abstract  ShortWritable UDFBaseNumericUnaryOp.evaluate(ShortWritable a)
           
 ShortWritable UDFOPPositive.evaluate(ShortWritable a)
           
 ShortWritable UDFOPBitNot.evaluate(ShortWritable a)
           
 ByteWritable UDFToByte.evaluate(ShortWritable i)
          Convert from short to a byte.
 org.apache.hadoop.io.BooleanWritable UDFToBoolean.evaluate(ShortWritable i)
          Convert from a short to boolean.
 org.apache.hadoop.io.FloatWritable UDFToFloat.evaluate(ShortWritable i)
          Convert from short to a float.
 ShortWritable UDFOPNegative.evaluate(ShortWritable a)
           
 org.apache.hadoop.io.Text UDFToString.evaluate(ShortWritable i)
           
 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.
 ShortWritable UDFOPPlus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMultiply.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFPosMod.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitOr.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitAnd.evaluate(ShortWritable a, ShortWritable b)
           
abstract  ShortWritable UDFBaseNumericOp.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMinus.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPBitXor.evaluate(ShortWritable a, ShortWritable b)
           
 ShortWritable UDFOPMod.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 © 2011 The Apache Software Foundation