public class org.apache.drill.exec.udfs.NetworkFunctions$UrlDecodeFunction extends java.lang.Object implements org.apache.drill.exec.expr.DrillSimpleFunc
{
org.apache.drill.exec.expr.holders.VarCharHolder inputString;
org.apache.drill.exec.expr.holders.VarCharHolder outputString;
io.netty.buffer.DrillBuf buffer;
public void <init>()
{
org.apache.drill.exec.udfs.NetworkFunctions$UrlDecodeFunction v;
v := @this: org.apache.drill.exec.udfs.NetworkFunctions$UrlDecodeFunction;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void setup()
{
org.apache.drill.exec.udfs.NetworkFunctions$UrlDecodeFunction v;
v := @this: org.apache.drill.exec.udfs.NetworkFunctions$UrlDecodeFunction;
return;
}
public void eval()
{
byte[] v;
org.apache.drill.exec.expr.holders.VarCharHolder v, v, v, v, v, v;
org.apache.drill.exec.udfs.NetworkFunctions$UrlDecodeFunction v;
java.nio.charset.Charset v;
int v, v, v;
io.netty.buffer.DrillBuf v, v, v;
java.lang.String v, v;
java.lang.Exception v;
v := @this: org.apache.drill.exec.udfs.NetworkFunctions$UrlDecodeFunction;
v = v.<org.apache.drill.exec.udfs.NetworkFunctions$UrlDecodeFunction: org.apache.drill.exec.expr.holders.VarCharHolder inputString>;
v = v.<org.apache.drill.exec.expr.holders.VarCharHolder: int start>;
v = v.<org.apache.drill.exec.udfs.NetworkFunctions$UrlDecodeFunction: org.apache.drill.exec.expr.holders.VarCharHolder inputString>;
v = v.<org.apache.drill.exec.expr.holders.VarCharHolder: int end>;
v = v.<org.apache.drill.exec.udfs.NetworkFunctions$UrlDecodeFunction: org.apache.drill.exec.expr.holders.VarCharHolder inputString>;
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 = "";
label:
v = staticinvoke <java.net.URLDecoder: java.lang.String decode(java.lang.String,java.lang.String)>(v, "UTF-8");
label:
goto label;
label:
v := @caughtexception;
label:
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.NetworkFunctions$UrlDecodeFunction: org.apache.drill.exec.expr.holders.VarCharHolder outputString>;
v = v.<org.apache.drill.exec.udfs.NetworkFunctions$UrlDecodeFunction: 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.NetworkFunctions$UrlDecodeFunction: org.apache.drill.exec.expr.holders.VarCharHolder outputString>;
v.<org.apache.drill.exec.expr.holders.VarCharHolder: int start> = 0;
v = v.<org.apache.drill.exec.udfs.NetworkFunctions$UrlDecodeFunction: org.apache.drill.exec.expr.holders.VarCharHolder outputString>;
v = lengthof v;
v.<org.apache.drill.exec.expr.holders.VarCharHolder: int end> = v;
v = v.<org.apache.drill.exec.udfs.NetworkFunctions$UrlDecodeFunction: io.netty.buffer.DrillBuf buffer>;
virtualinvoke v.<io.netty.buffer.DrillBuf: io.netty.buffer.ByteBuf setBytes(int,byte[])>(0, v);
return;
catch java.lang.Exception from label to label with label;
}
}