|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.ql.exec.UDF
org.apache.hadoop.hive.ql.udf.UDFToByte
public class UDFToByte
UDFToByte.
Constructor Summary | |
---|---|
UDFToByte()
|
Method Summary | |
---|---|
ByteWritable |
evaluate(BigDecimalWritable i)
|
ByteWritable |
evaluate(org.apache.hadoop.io.BooleanWritable i)
Convert from boolean to a byte. |
ByteWritable |
evaluate(DoubleWritable i)
Convert from double to a byte. |
ByteWritable |
evaluate(org.apache.hadoop.io.FloatWritable i)
Convert from float to a byte. |
ByteWritable |
evaluate(org.apache.hadoop.io.IntWritable i)
Convert from integer to a byte. |
ByteWritable |
evaluate(org.apache.hadoop.io.LongWritable i)
Convert from long to a byte. |
ByteWritable |
evaluate(org.apache.hadoop.io.NullWritable i)
Convert from void to a byte. |
ByteWritable |
evaluate(ShortWritable i)
Convert from short to a byte. |
ByteWritable |
evaluate(org.apache.hadoop.io.Text i)
Convert from string to a byte. |
ByteWritable |
evaluate(TimestampWritable i)
|
Methods inherited from class org.apache.hadoop.hive.ql.exec.UDF |
---|
getRequiredFiles, getRequiredJars, getResolver, setResolver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UDFToByte()
Method Detail |
---|
public ByteWritable evaluate(org.apache.hadoop.io.NullWritable i)
i
- The void value to convert
public ByteWritable evaluate(org.apache.hadoop.io.BooleanWritable i)
i
- The boolean value to convert
public ByteWritable evaluate(ShortWritable i)
i
- The short value to convert
public ByteWritable evaluate(org.apache.hadoop.io.IntWritable i)
i
- The integer value to convert
public ByteWritable evaluate(org.apache.hadoop.io.LongWritable i)
i
- The long value to convert
public ByteWritable evaluate(org.apache.hadoop.io.FloatWritable i)
i
- The float value to convert
public ByteWritable evaluate(DoubleWritable i)
i
- The double value to convert
public ByteWritable evaluate(org.apache.hadoop.io.Text i)
i
- The string value to convert
public ByteWritable evaluate(TimestampWritable i)
public ByteWritable evaluate(BigDecimalWritable i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |