public class org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction extends java.lang.Object implements org.apache.drill.exec.expr.DrillSimpleFunc
{
org.apache.drill.exec.expr.holders.VarCharHolder rawInput;
org.apache.drill.exec.expr.holders.VarCharHolder out;
io.netty.buffer.DrillBuf buffer;
public void <init>()
{
org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction v;
v := @this: org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void setup()
{
org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction v;
v := @this: org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction;
return;
}
public void eval()
{
byte[] v;
org.apache.drill.exec.expr.holders.VarCharHolder v, v, v, v, v, v;
java.nio.charset.Charset v;
int v, v, v;
io.netty.buffer.DrillBuf v, v, v;
java.lang.String v, v;
org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction v;
org.apache.commons.codec.language.Metaphone v;
v := @this: org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction;
v = v.<org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction: org.apache.drill.exec.expr.holders.VarCharHolder rawInput>;
v = v.<org.apache.drill.exec.expr.holders.VarCharHolder: int start>;
v = v.<org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction: org.apache.drill.exec.expr.holders.VarCharHolder rawInput>;
v = v.<org.apache.drill.exec.expr.holders.VarCharHolder: int end>;
v = v.<org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction: org.apache.drill.exec.expr.holders.VarCharHolder rawInput>;
v = v.<org.apache.drill.exec.expr.holders.VarCharHolder: io.netty.buffer.DrillBuf buffer>;
v = staticinvoke <org.apache.drill.exec.expr.fn.impl.StringFunctionHelpers: java.lang.String toStringFromUTF8(int,int,io.netty.buffer.DrillBuf)>(v, v, v);
v = new org.apache.commons.codec.language.Metaphone;
specialinvoke v.<org.apache.commons.codec.language.Metaphone: void <init>()>();
v = virtualinvoke v.<org.apache.commons.codec.language.Metaphone: java.lang.String metaphone(java.lang.String)>(v);
v = <java.nio.charset.StandardCharsets: java.nio.charset.Charset UTF_8>;
v = virtualinvoke v.<java.lang.String: byte[] getBytes(java.nio.charset.Charset)>(v);
v = v.<org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction: org.apache.drill.exec.expr.holders.VarCharHolder out>;
v = v.<org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction: io.netty.buffer.DrillBuf buffer>;
v.<org.apache.drill.exec.expr.holders.VarCharHolder: io.netty.buffer.DrillBuf buffer> = v;
v = v.<org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction: org.apache.drill.exec.expr.holders.VarCharHolder out>;
v.<org.apache.drill.exec.expr.holders.VarCharHolder: int start> = 0;
v = v.<org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction: org.apache.drill.exec.expr.holders.VarCharHolder out>;
v = lengthof v;
v.<org.apache.drill.exec.expr.holders.VarCharHolder: int end> = v;
v = v.<org.apache.drill.exec.udfs.PhoneticFunctions$MetaphoneFunction: io.netty.buffer.DrillBuf buffer>;
virtualinvoke v.<io.netty.buffer.DrillBuf: io.netty.buffer.ByteBuf setBytes(int,byte[])>(0, v);
return;
}
}