final class org.h2.command.dml.Select$LazyResultGroupSorted extends org.h2.command.dml.Select$LazyResultSelect
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.h2.command.dml.Select$LazyResultGroupSorted
  super_class: org.h2.command.dml.Select$LazyResultSelect
{
  private org.h2.value.Value[] previousKeyValues;
    descriptor: [Lorg/h2/value/Value;
    flags: (0x0002) ACC_PRIVATE

  final org.h2.command.dml.Select this$0;
    descriptor: Lorg/h2/command/dml/Select;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.h2.command.dml.Select, org.h2.expression.Expression[], int);
    descriptor: (Lorg/h2/command/dml/Select;[Lorg/h2/expression/Expression;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.h2.command.dml.Select$LazyResultGroupSorted this
        start local 2 // org.h2.expression.Expression[] expressions
        start local 3 // int columnCount
         0: .line 1920
            aload 0 /* this */
            aload 1
            putfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
         1: .line 1921
            aload 0 /* this */
            aload 1
            aload 2 /* expressions */
            iload 3 /* columnCount */
            invokespecial org.h2.command.dml.Select$LazyResultSelect.<init>:(Lorg/h2/command/dml/Select;[Lorg/h2/expression/Expression;I)V
         2: .line 1922
            aload 1
            getfield org.h2.command.dml.Select.groupData:Lorg/h2/command/dml/SelectGroups;
            ifnonnull 7
         3: .line 1923
            aload 1
            aload 1
            invokevirtual org.h2.command.dml.Select.getSession:()Lorg/h2/engine/Session;
            aload 1
            getfield org.h2.command.dml.Select.expressions:Ljava/util/ArrayList;
            aload 1
            getfield org.h2.command.dml.Select.isGroupQuery:Z
         4: .line 1924
            aload 1
            getfield org.h2.command.dml.Select.groupIndex:[I
         5: .line 1923
            invokestatic org.h2.command.dml.SelectGroups.getInstance:(Lorg/h2/engine/Session;Ljava/util/ArrayList;Z[I)Lorg/h2/command/dml/SelectGroups;
            invokevirtual org.h2.command.dml.Select.setGroupData:(Lorg/h2/command/dml/SelectGroups;)V
         6: .line 1925
            goto 9
         7: .line 1927
      StackMap locals: org.h2.command.dml.Select$LazyResultGroupSorted org.h2.command.dml.Select org.h2.expression.Expression[] int
      StackMap stack:
            aload 1
            iload 3 /* columnCount */
            iconst_0
            invokevirtual org.h2.command.dml.Select.updateAgg:(II)V
         8: .line 1928
            aload 1
            getfield org.h2.command.dml.Select.groupData:Lorg/h2/command/dml/SelectGroups;
            invokevirtual org.h2.command.dml.SelectGroups.resetLazy:()V
         9: .line 1930
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int columnCount
        end local 2 // org.h2.expression.Expression[] expressions
        end local 0 // org.h2.command.dml.Select$LazyResultGroupSorted this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lorg/h2/command/dml/Select$LazyResultGroupSorted;
            0   10     2  expressions  [Lorg/h2/expression/Expression;
            0   10     3  columnCount  I
    MethodParameters:
             Name  Flags
      this$0       final
      expressions  
      columnCount  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.h2.command.dml.Select$LazyResultGroupSorted this
         0: .line 1934
            aload 0 /* this */
            invokespecial org.h2.command.dml.Select$LazyResultSelect.reset:()V
         1: .line 1935
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            getfield org.h2.command.dml.Select.groupData:Lorg/h2/command/dml/SelectGroups;
            invokevirtual org.h2.command.dml.SelectGroups.resetLazy:()V
         2: .line 1936
            aload 0 /* this */
            aconst_null
            putfield org.h2.command.dml.Select$LazyResultGroupSorted.previousKeyValues:[Lorg/h2/value/Value;
         3: .line 1937
            return
        end local 0 // org.h2.command.dml.Select$LazyResultGroupSorted this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/h2/command/dml/Select$LazyResultGroupSorted;

  protected org.h2.value.Value[] fetchNextRow();
    descriptor: ()[Lorg/h2/value/Value;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.h2.command.dml.Select$LazyResultGroupSorted this
         0: .line 1941
            goto 25
         1: .line 1942
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.rowNumber:J
            lconst_1
            ladd
            invokevirtual org.h2.command.dml.Select.setCurrentRowNumber:(J)V
         2: .line 1943
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            invokevirtual org.h2.command.dml.Select.isConditionMet:()Z
            ifeq 25
         3: .line 1944
            aload 0 /* this */
            dup
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.rowNumber:J
            lconst_1
            ladd
            putfield org.h2.command.dml.Select$LazyResultGroupSorted.rowNumber:J
         4: .line 1945
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            getfield org.h2.command.dml.Select.groupIndex:[I
            arraylength
            anewarray org.h2.value.Value
            astore 1 /* keyValues */
        start local 1 // org.h2.value.Value[] keyValues
         5: .line 1947
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 11
         7: .line 1948
      StackMap locals: org.h2.value.Value[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            getfield org.h2.command.dml.Select.groupIndex:[I
            iload 2 /* i */
            iaload
            istore 3 /* idx */
        start local 3 // int idx
         8: .line 1949
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            getfield org.h2.command.dml.Select.expressions:Ljava/util/ArrayList;
            iload 3 /* idx */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast org.h2.expression.Expression
            astore 4 /* expr */
        start local 4 // org.h2.expression.Expression expr
         9: .line 1950
            aload 1 /* keyValues */
            iload 2 /* i */
            aload 4 /* expr */
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            invokevirtual org.h2.command.dml.Select.getSession:()Lorg/h2/engine/Session;
            invokevirtual org.h2.expression.Expression.getValue:(Lorg/h2/engine/Session;)Lorg/h2/value/Value;
            aastore
        end local 4 // org.h2.expression.Expression expr
        end local 3 // int idx
        10: .line 1947
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            getfield org.h2.command.dml.Select.groupIndex:[I
            arraylength
            if_icmplt 7
        end local 2 // int i
        12: .line 1953
            aconst_null
            astore 2 /* row */
        start local 2 // org.h2.value.Value[] row
        13: .line 1954
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.previousKeyValues:[Lorg/h2/value/Value;
            ifnonnull 17
        14: .line 1955
            aload 0 /* this */
            aload 1 /* keyValues */
            putfield org.h2.command.dml.Select$LazyResultGroupSorted.previousKeyValues:[Lorg/h2/value/Value;
        15: .line 1956
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            getfield org.h2.command.dml.Select.groupData:Lorg/h2/command/dml/SelectGroups;
            invokevirtual org.h2.command.dml.SelectGroups.nextLazyGroup:()V
        16: .line 1957
            goto 21
      StackMap locals: org.h2.command.dml.Select$LazyResultGroupSorted org.h2.value.Value[] org.h2.value.Value[]
      StackMap stack:
        17: aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.previousKeyValues:[Lorg/h2/value/Value;
            aload 1 /* keyValues */
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifne 21
        18: .line 1958
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.previousKeyValues:[Lorg/h2/value/Value;
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.columnCount:I
            invokevirtual org.h2.command.dml.Select.createGroupSortedRow:([Lorg/h2/value/Value;I)[Lorg/h2/value/Value;
            astore 2 /* row */
        19: .line 1959
            aload 0 /* this */
            aload 1 /* keyValues */
            putfield org.h2.command.dml.Select$LazyResultGroupSorted.previousKeyValues:[Lorg/h2/value/Value;
        20: .line 1960
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            getfield org.h2.command.dml.Select.groupData:Lorg/h2/command/dml/SelectGroups;
            invokevirtual org.h2.command.dml.SelectGroups.nextLazyGroup:()V
        21: .line 1962
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            getfield org.h2.command.dml.Select.groupData:Lorg/h2/command/dml/SelectGroups;
            invokevirtual org.h2.command.dml.SelectGroups.nextLazyRow:()V
        22: .line 1963
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.columnCount:I
            iconst_1
            invokevirtual org.h2.command.dml.Select.updateAgg:(II)V
        23: .line 1964
            aload 2 /* row */
            ifnull 25
        24: .line 1965
            aload 2 /* row */
            areturn
        end local 2 // org.h2.value.Value[] row
        end local 1 // org.h2.value.Value[] keyValues
        25: .line 1941
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            getfield org.h2.command.dml.Select.topTableFilter:Lorg/h2/table/TableFilter;
            invokevirtual org.h2.table.TableFilter.next:()Z
            ifne 1
        26: .line 1969
            aconst_null
            astore 1 /* row */
        start local 1 // org.h2.value.Value[] row
        27: .line 1970
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.previousKeyValues:[Lorg/h2/value/Value;
            ifnull 30
        28: .line 1971
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.this$0:Lorg/h2/command/dml/Select;
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.previousKeyValues:[Lorg/h2/value/Value;
            aload 0 /* this */
            getfield org.h2.command.dml.Select$LazyResultGroupSorted.columnCount:I
            invokevirtual org.h2.command.dml.Select.createGroupSortedRow:([Lorg/h2/value/Value;I)[Lorg/h2/value/Value;
            astore 1 /* row */
        29: .line 1972
            aload 0 /* this */
            aconst_null
            putfield org.h2.command.dml.Select$LazyResultGroupSorted.previousKeyValues:[Lorg/h2/value/Value;
        30: .line 1974
      StackMap locals: org.h2.value.Value[]
      StackMap stack:
            aload 1 /* row */
            areturn
        end local 1 // org.h2.value.Value[] row
        end local 0 // org.h2.command.dml.Select$LazyResultGroupSorted this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   31     0       this  Lorg/h2/command/dml/Select$LazyResultGroupSorted;
            5   25     1  keyValues  [Lorg/h2/value/Value;
            6   12     2          i  I
            8   10     3        idx  I
            9   10     4       expr  Lorg/h2/expression/Expression;
           13   25     2        row  [Lorg/h2/value/Value;
           27   31     1        row  [Lorg/h2/value/Value;
}
SourceFile: "Select.java"
NestHost: org.h2.command.dml.Select
InnerClasses:
  private final LazyResultGroupSorted = org.h2.command.dml.Select$LazyResultGroupSorted of org.h2.command.dml.Select
  private abstract LazyResultSelect = org.h2.command.dml.Select$LazyResultSelect of org.h2.command.dml.Select