|
||||||||||
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.UDFToInteger
public class UDFToInteger
UDFToInteger.
Constructor Summary | |
---|---|
UDFToInteger()
|
Method Summary | |
---|---|
org.apache.hadoop.io.IntWritable |
evaluate(BigDecimalWritable i)
|
org.apache.hadoop.io.IntWritable |
evaluate(org.apache.hadoop.io.BooleanWritable i)
Convert from boolean to an integer. |
org.apache.hadoop.io.IntWritable |
evaluate(ByteWritable i)
Convert from byte to an integer. |
org.apache.hadoop.io.IntWritable |
evaluate(DoubleWritable i)
Convert from double to an integer. |
org.apache.hadoop.io.IntWritable |
evaluate(org.apache.hadoop.io.FloatWritable i)
Convert from float to an integer. |
org.apache.hadoop.io.IntWritable |
evaluate(org.apache.hadoop.io.LongWritable i)
Convert from long to an integer. |
org.apache.hadoop.io.IntWritable |
evaluate(org.apache.hadoop.io.NullWritable i)
Convert from void to an integer. |
org.apache.hadoop.io.IntWritable |
evaluate(ShortWritable i)
Convert from short to an integer. |
org.apache.hadoop.io.IntWritable |
evaluate(org.apache.hadoop.io.Text i)
Convert from string to an integer. |
org.apache.hadoop.io.IntWritable |
evaluate(TimestampWritable i)
Convert from Timestamp to an integer. |
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 UDFToInteger()
Method Detail |
---|
public org.apache.hadoop.io.IntWritable evaluate(org.apache.hadoop.io.NullWritable i)
i
- The void value to convert
public org.apache.hadoop.io.IntWritable evaluate(org.apache.hadoop.io.BooleanWritable i)
i
- The boolean value to convert
public org.apache.hadoop.io.IntWritable evaluate(ByteWritable i)
i
- The byte value to convert
public org.apache.hadoop.io.IntWritable evaluate(ShortWritable i)
i
- The short value to convert
public org.apache.hadoop.io.IntWritable evaluate(org.apache.hadoop.io.LongWritable i)
i
- The long value to convert
public org.apache.hadoop.io.IntWritable evaluate(org.apache.hadoop.io.FloatWritable i)
i
- The float value to convert
public org.apache.hadoop.io.IntWritable evaluate(DoubleWritable i)
i
- The double value to convert
public org.apache.hadoop.io.IntWritable evaluate(org.apache.hadoop.io.Text i)
i
- The string value to convert
public org.apache.hadoop.io.IntWritable evaluate(TimestampWritable i)
i
- The Timestamp value to convert
public org.apache.hadoop.io.IntWritable evaluate(BigDecimalWritable i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |