org.apache.hadoop.hive.ql.udf
Class UDFSubstr
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
org.apache.hadoop.hive.ql.udf.UDFSubstr
public class UDFSubstr
- extends UDF
UDFSubstr.
Method Summary |
BytesWritable |
evaluate(BytesWritable bw,
IntWritable pos)
|
BytesWritable |
evaluate(BytesWritable bw,
IntWritable pos,
IntWritable len)
|
Text |
evaluate(Text s,
IntWritable pos)
|
Text |
evaluate(Text t,
IntWritable pos,
IntWritable len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDFSubstr
public UDFSubstr()
evaluate
public Text evaluate(Text t,
IntWritable pos,
IntWritable len)
evaluate
public Text evaluate(Text s,
IntWritable pos)
evaluate
public BytesWritable evaluate(BytesWritable bw,
IntWritable pos,
IntWritable len)
evaluate
public BytesWritable evaluate(BytesWritable bw,
IntWritable pos)
Copyright © 2012 The Apache Software Foundation