public class UDFSubstr extends UDF
| Constructor and Description |
|---|
UDFSubstr() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.io.BytesWritable |
evaluate(org.apache.hadoop.io.BytesWritable bw,
org.apache.hadoop.io.IntWritable pos) |
org.apache.hadoop.io.BytesWritable |
evaluate(org.apache.hadoop.io.BytesWritable bw,
org.apache.hadoop.io.IntWritable pos,
org.apache.hadoop.io.IntWritable len) |
org.apache.hadoop.io.Text |
evaluate(org.apache.hadoop.io.Text s,
org.apache.hadoop.io.IntWritable pos) |
org.apache.hadoop.io.Text |
evaluate(org.apache.hadoop.io.Text t,
org.apache.hadoop.io.IntWritable pos,
org.apache.hadoop.io.IntWritable len) |
getRequiredFiles, getRequiredJars, getResolver, setResolverpublic org.apache.hadoop.io.Text evaluate(org.apache.hadoop.io.Text t,
org.apache.hadoop.io.IntWritable pos,
org.apache.hadoop.io.IntWritable len)
public org.apache.hadoop.io.Text evaluate(org.apache.hadoop.io.Text s,
org.apache.hadoop.io.IntWritable pos)
public org.apache.hadoop.io.BytesWritable evaluate(org.apache.hadoop.io.BytesWritable bw,
org.apache.hadoop.io.IntWritable pos,
org.apache.hadoop.io.IntWritable len)
public org.apache.hadoop.io.BytesWritable evaluate(org.apache.hadoop.io.BytesWritable bw,
org.apache.hadoop.io.IntWritable pos)
Copyright © 2017 The Apache Software Foundation. All rights reserved.