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

Packages that use ByteWritable
org.apache.hadoop.hive.ql.udf   
org.apache.hadoop.hive.serde2.objectinspector.primitive   
 

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

Fields in org.apache.hadoop.hive.ql.udf declared as ByteWritable
protected  ByteWritable UDFBaseNumericUnaryOp.byteWritable
           
protected  ByteWritable UDFBaseBitOP.byteWritable
           
protected  ByteWritable UDFBaseNumericOp.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.
abstract  ByteWritable UDFBaseNumericUnaryOp.evaluate(ByteWritable a)
           
 ByteWritable UDFOPPositive.evaluate(ByteWritable a)
           
 ByteWritable UDFOPBitNot.evaluate(ByteWritable a)
           
 ByteWritable UDFOPNegative.evaluate(ByteWritable a)
           
 ByteWritable UDFOPPlus.evaluate(ByteWritable a, ByteWritable b)
           
 ByteWritable UDFOPMultiply.evaluate(ByteWritable a, ByteWritable b)
           
 ByteWritable UDFPosMod.evaluate(ByteWritable a, ByteWritable b)
           
 ByteWritable UDFOPBitOr.evaluate(ByteWritable a, ByteWritable b)
           
 ByteWritable UDFOPBitAnd.evaluate(ByteWritable a, ByteWritable b)
           
abstract  ByteWritable UDFBaseNumericOp.evaluate(ByteWritable a, ByteWritable b)
           
 ByteWritable UDFOPMinus.evaluate(ByteWritable a, ByteWritable b)
           
 ByteWritable UDFOPBitXor.evaluate(ByteWritable a, ByteWritable b)
           
 ByteWritable UDFOPMod.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.
 ByteWritable UDFToByte.evaluate(TimestampWritable i)
           
 

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

Uses of ByteWritable in org.apache.hadoop.hive.serde2.objectinspector.primitive
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return ByteWritable
 ByteWritable WritableConstantByteObjectInspector.getWritableConstantValue()
           
 



Copyright © 2011 The Apache Software Foundation