final class org.h2.table.JoinBatch$FakeLookupBatch implements org.h2.index.IndexLookupBatch
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.h2.table.JoinBatch$FakeLookupBatch
  super_class: java.lang.Object
{
  private final org.h2.table.TableFilter filter;
    descriptor: Lorg/h2/table/TableFilter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.h2.result.SearchRow first;
    descriptor: Lorg/h2/result/SearchRow;
    flags: (0x0002) ACC_PRIVATE

  private org.h2.result.SearchRow last;
    descriptor: Lorg/h2/result/SearchRow;
    flags: (0x0002) ACC_PRIVATE

  private boolean full;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final java.util.List<java.util.concurrent.Future<org.h2.index.Cursor>> result;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/util/concurrent/Future<Lorg/h2/index/Cursor;>;>;

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 690
            ldc Lorg/h2/table/JoinBatch;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.h2.table.JoinBatch$FakeLookupBatch.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.h2.table.TableFilter);
    descriptor: (Lorg/h2/table/TableFilter;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.h2.table.JoinBatch$FakeLookupBatch this
        start local 1 // org.h2.table.TableFilter filter
         0: .line 700
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 698
            aload 0 /* this */
            new org.h2.table.JoinBatch$SingletonList
            dup
            invokespecial org.h2.table.JoinBatch$SingletonList.<init>:()V
            putfield org.h2.table.JoinBatch$FakeLookupBatch.result:Ljava/util/List;
         2: .line 701
            aload 0 /* this */
            aload 1 /* filter */
            putfield org.h2.table.JoinBatch$FakeLookupBatch.filter:Lorg/h2/table/TableFilter;
         3: .line 702
            return
        end local 1 // org.h2.table.TableFilter filter
        end local 0 // org.h2.table.JoinBatch$FakeLookupBatch this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/h2/table/JoinBatch$FakeLookupBatch;
            0    4     1  filter  Lorg/h2/table/TableFilter;
    MethodParameters:
        Name  Flags
      filter  

  public java.lang.String getPlanSQL();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.table.JoinBatch$FakeLookupBatch this
         0: .line 706
            ldc "fake"
            areturn
        end local 0 // org.h2.table.JoinBatch$FakeLookupBatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/table/JoinBatch$FakeLookupBatch;

  public void reset(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.h2.table.JoinBatch$FakeLookupBatch this
        start local 1 // boolean beforeQuery
         0: .line 711
            aload 0 /* this */
            iconst_0
            putfield org.h2.table.JoinBatch$FakeLookupBatch.full:Z
         1: .line 712
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.h2.table.JoinBatch$FakeLookupBatch.last:Lorg/h2/result/SearchRow;
            putfield org.h2.table.JoinBatch$FakeLookupBatch.first:Lorg/h2/result/SearchRow;
         2: .line 713
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$FakeLookupBatch.result:Ljava/util/List;
            iconst_0
            aconst_null
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 714
            return
        end local 1 // boolean beforeQuery
        end local 0 // org.h2.table.JoinBatch$FakeLookupBatch this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/h2/table/JoinBatch$FakeLookupBatch;
            0    4     1  beforeQuery  Z
    MethodParameters:
             Name  Flags
      beforeQuery  

  public boolean addSearchRows(org.h2.result.SearchRow, org.h2.result.SearchRow);
    descriptor: (Lorg/h2/result/SearchRow;Lorg/h2/result/SearchRow;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.h2.table.JoinBatch$FakeLookupBatch this
        start local 1 // org.h2.result.SearchRow first
        start local 2 // org.h2.result.SearchRow last
         0: .line 718
            getstatic org.h2.table.JoinBatch$FakeLookupBatch.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$FakeLookupBatch.full:Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 719
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* first */
            putfield org.h2.table.JoinBatch$FakeLookupBatch.first:Lorg/h2/result/SearchRow;
         2: .line 720
            aload 0 /* this */
            aload 2 /* last */
            putfield org.h2.table.JoinBatch$FakeLookupBatch.last:Lorg/h2/result/SearchRow;
         3: .line 721
            aload 0 /* this */
            iconst_1
            putfield org.h2.table.JoinBatch$FakeLookupBatch.full:Z
         4: .line 722
            iconst_1
            ireturn
        end local 2 // org.h2.result.SearchRow last
        end local 1 // org.h2.result.SearchRow first
        end local 0 // org.h2.table.JoinBatch$FakeLookupBatch this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/h2/table/JoinBatch$FakeLookupBatch;
            0    5     1  first  Lorg/h2/result/SearchRow;
            0    5     2   last  Lorg/h2/result/SearchRow;
    MethodParameters:
       Name  Flags
      first  
      last   

  public boolean isBatchFull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.table.JoinBatch$FakeLookupBatch this
         0: .line 727
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$FakeLookupBatch.full:Z
            ireturn
        end local 0 // org.h2.table.JoinBatch$FakeLookupBatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/table/JoinBatch$FakeLookupBatch;

  public java.util.List<java.util.concurrent.Future<org.h2.index.Cursor>> find();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.h2.table.JoinBatch$FakeLookupBatch this
         0: .line 732
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$FakeLookupBatch.full:Z
            ifne 2
         1: .line 733
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         2: .line 735
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$FakeLookupBatch.filter:Lorg/h2/table/TableFilter;
            invokevirtual org.h2.table.TableFilter.getIndex:()Lorg/h2/index/Index;
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$FakeLookupBatch.filter:Lorg/h2/table/TableFilter;
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$FakeLookupBatch.first:Lorg/h2/result/SearchRow;
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$FakeLookupBatch.last:Lorg/h2/result/SearchRow;
            invokeinterface org.h2.index.Index.find:(Lorg/h2/table/TableFilter;Lorg/h2/result/SearchRow;Lorg/h2/result/SearchRow;)Lorg/h2/index/Cursor;
            astore 1 /* c */
        start local 1 // org.h2.index.Cursor c
         3: .line 736
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$FakeLookupBatch.result:Ljava/util/List;
            iconst_0
            new org.h2.util.DoneFuture
            dup
            aload 1 /* c */
            invokespecial org.h2.util.DoneFuture.<init>:(Ljava/lang/Object;)V
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 737
            aload 0 /* this */
            iconst_0
            putfield org.h2.table.JoinBatch$FakeLookupBatch.full:Z
         5: .line 738
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.h2.table.JoinBatch$FakeLookupBatch.last:Lorg/h2/result/SearchRow;
            putfield org.h2.table.JoinBatch$FakeLookupBatch.first:Lorg/h2/result/SearchRow;
         6: .line 739
            aload 0 /* this */
            getfield org.h2.table.JoinBatch$FakeLookupBatch.result:Ljava/util/List;
            areturn
        end local 1 // org.h2.index.Cursor c
        end local 0 // org.h2.table.JoinBatch$FakeLookupBatch this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/h2/table/JoinBatch$FakeLookupBatch;
            3    7     1     c  Lorg/h2/index/Cursor;
    Signature: ()Ljava/util/List<Ljava/util/concurrent/Future<Lorg/h2/index/Cursor;>;>;
}
SourceFile: "JoinBatch.java"
NestHost: org.h2.table.JoinBatch
InnerClasses:
  private final FakeLookupBatch = org.h2.table.JoinBatch$FakeLookupBatch of org.h2.table.JoinBatch
  final SingletonList = org.h2.table.JoinBatch$SingletonList of org.h2.table.JoinBatch