class org.apache.hive.service.cli.ColumnBasedSet$1 extends java.lang.Object implements java.util.Iterator
{
private int index;
private final java.lang.Object[] convey;
final org.apache.hive.service.cli.ColumnBasedSet this$0;
void <init>(org.apache.hive.service.cli.ColumnBasedSet)
{
java.lang.Object[] v;
org.apache.hive.service.cli.ColumnBasedSet$1 v;
int v;
org.apache.hive.service.cli.ColumnBasedSet v, v;
v := @this: org.apache.hive.service.cli.ColumnBasedSet$1;
v := @parameter: org.apache.hive.service.cli.ColumnBasedSet;
v.<org.apache.hive.service.cli.ColumnBasedSet$1: org.apache.hive.service.cli.ColumnBasedSet this$0> = v;
specialinvoke v.<java.lang.Object: void <init>()>();
v = v.<org.apache.hive.service.cli.ColumnBasedSet$1: org.apache.hive.service.cli.ColumnBasedSet this$0>;
v = virtualinvoke v.<org.apache.hive.service.cli.ColumnBasedSet: int numColumns()>();
v = newarray (java.lang.Object)[v];
v.<org.apache.hive.service.cli.ColumnBasedSet$1: java.lang.Object[] convey> = v;
return;
}
public boolean hasNext()
{
org.apache.hive.service.cli.ColumnBasedSet$1 v;
int v, v;
org.apache.hive.service.cli.ColumnBasedSet v;
boolean v;
v := @this: org.apache.hive.service.cli.ColumnBasedSet$1;
v = v.<org.apache.hive.service.cli.ColumnBasedSet$1: int index>;
v = v.<org.apache.hive.service.cli.ColumnBasedSet$1: org.apache.hive.service.cli.ColumnBasedSet this$0>;
v = virtualinvoke v.<org.apache.hive.service.cli.ColumnBasedSet: int numRows()>();
if v >= v goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public java.lang.Object[] next()
{
java.lang.Object[] v, v;
java.util.List v, v;
org.apache.hive.service.cli.ColumnBasedSet$1 v;
int v, v, v, v, v;
org.apache.hive.service.cli.ColumnBasedSet v, v;
java.lang.Object v, v;
v := @this: org.apache.hive.service.cli.ColumnBasedSet$1;
v = 0;
label:
v = v.<org.apache.hive.service.cli.ColumnBasedSet$1: org.apache.hive.service.cli.ColumnBasedSet this$0>;
v = v.<org.apache.hive.service.cli.ColumnBasedSet: java.util.List columns>;
v = interfaceinvoke v.<java.util.List: int size()>();
if v >= v goto label;
v = v.<org.apache.hive.service.cli.ColumnBasedSet$1: java.lang.Object[] convey>;
v = v.<org.apache.hive.service.cli.ColumnBasedSet$1: org.apache.hive.service.cli.ColumnBasedSet this$0>;
v = v.<org.apache.hive.service.cli.ColumnBasedSet: java.util.List columns>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v = v.<org.apache.hive.service.cli.ColumnBasedSet$1: int index>;
v = virtualinvoke v.<org.apache.hadoop.hive.serde.thrift.ColumnBuffer: java.lang.Object get(int)>(v);
v[v] = v;
v = v + 1;
goto label;
label:
v = v.<org.apache.hive.service.cli.ColumnBasedSet$1: int index>;
v = v + 1;
v.<org.apache.hive.service.cli.ColumnBasedSet$1: int index> = v;
v = v.<org.apache.hive.service.cli.ColumnBasedSet$1: java.lang.Object[] convey>;
return v;
}
public void remove()
{
java.lang.UnsupportedOperationException v;
org.apache.hive.service.cli.ColumnBasedSet$1 v;
v := @this: org.apache.hive.service.cli.ColumnBasedSet$1;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>(java.lang.String)>("remove");
throw v;
}
}