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

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

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

Fields in org.apache.hadoop.hive.ql.udf declared as ByteWritable
protected  ByteWritable UDFBaseBitOP.byteWritable
           
protected  ByteWritable UDFBaseNumericOp.byteWritable
           
protected  ByteWritable UDFBaseNumericUnaryOp.byteWritable
           
 

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

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



Copyright © 2011 The Apache Software Foundation