abstract class org.jooq.impl.AbstractAggregateFunction<T> extends org.jooq.impl.AbstractWindowFunction<T> implements org.jooq.AggregateFunction<T>, org.jooq.OrderedAggregateFunction<T>, org.jooq.ArrayAggOrderByStep<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.jooq.impl.AbstractAggregateFunction
  super_class: org.jooq.impl.AbstractWindowFunction
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -8613744948308064895

  private static final java.util.Set<org.jooq.SQLDialect> SUPPORT_FILTER;
    descriptor: Ljava/util/Set;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Lorg/jooq/SQLDialect;>;

  private static final java.util.Set<org.jooq.SQLDialect> SUPPORT_DISTINCT_RVE;
    descriptor: Ljava/util/Set;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Lorg/jooq/SQLDialect;>;

  static final org.jooq.Field<java.lang.Integer> ASTERISK;
    descriptor: Lorg/jooq/Field;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lorg/jooq/Field<Ljava/lang/Integer;>;

  final org.jooq.impl.QueryPartList<org.jooq.Field<?>> arguments;
    descriptor: Lorg/jooq/impl/QueryPartList;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/jooq/impl/QueryPartList<Lorg/jooq/Field<*>;>;

  final boolean distinct;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  org.jooq.Condition filter;
    descriptor: Lorg/jooq/Condition;
    flags: (0x0000) 

  org.jooq.impl.SortFieldList withinGroupOrderBy;
    descriptor: Lorg/jooq/impl/SortFieldList;
    flags: (0x0000) 

  org.jooq.impl.SortFieldList keepDenseRankOrderBy;
    descriptor: Lorg/jooq/impl/SortFieldList;
    flags: (0x0000) 

  boolean first;
    descriptor: Z
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 88
            iconst_4
            anewarray org.jooq.SQLDialect
            dup
            iconst_0
            getstatic org.jooq.SQLDialect.H2:Lorg/jooq/SQLDialect;
            aastore
            dup
            iconst_1
            getstatic org.jooq.SQLDialect.HSQLDB:Lorg/jooq/SQLDialect;
            aastore
            dup
            iconst_2
            getstatic org.jooq.SQLDialect.POSTGRES:Lorg/jooq/SQLDialect;
            aastore
            dup
            iconst_3
            getstatic org.jooq.SQLDialect.SQLITE:Lorg/jooq/SQLDialect;
            aastore
            invokestatic org.jooq.SQLDialect.supportedBy:([Lorg/jooq/SQLDialect;)Ljava/util/Set;
            putstatic org.jooq.impl.AbstractAggregateFunction.SUPPORT_FILTER:Ljava/util/Set;
         1: .line 89
            iconst_2
            anewarray org.jooq.SQLDialect
            dup
            iconst_0
            getstatic org.jooq.SQLDialect.H2:Lorg/jooq/SQLDialect;
            aastore
            dup
            iconst_1
            getstatic org.jooq.SQLDialect.POSTGRES:Lorg/jooq/SQLDialect;
            aastore
            invokestatic org.jooq.SQLDialect.supportedBy:([Lorg/jooq/SQLDialect;)Ljava/util/Set;
            putstatic org.jooq.impl.AbstractAggregateFunction.SUPPORT_DISTINCT_RVE:Ljava/util/Set;
         2: .line 91
            ldc "*"
            ldc Ljava/lang/Integer;
            invokestatic org.jooq.impl.DSL.field:(Ljava/lang/String;Ljava/lang/Class;)Lorg/jooq/Field;
            putstatic org.jooq.impl.AbstractAggregateFunction.ASTERISK:Lorg/jooq/Field;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(boolean, org.jooq.Name, org.jooq.DataType<T>, org.jooq.Field<?>[]);
    descriptor: (ZLorg/jooq/Name;Lorg/jooq/DataType;[Lorg/jooq/Field;)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // boolean distinct
        start local 2 // org.jooq.Name name
        start local 3 // org.jooq.DataType type
        start local 4 // org.jooq.Field[] arguments
         0: .line 104
            aload 0 /* this */
            aload 2 /* name */
            aload 3 /* type */
            invokespecial org.jooq.impl.AbstractWindowFunction.<init>:(Lorg/jooq/Name;Lorg/jooq/DataType;)V
         1: .line 106
            aload 0 /* this */
            iload 1 /* distinct */
            putfield org.jooq.impl.AbstractAggregateFunction.distinct:Z
         2: .line 107
            aload 0 /* this */
            new org.jooq.impl.QueryPartList
            dup
            aload 4 /* arguments */
            invokespecial org.jooq.impl.QueryPartList.<init>:([Lorg/jooq/QueryPart;)V
            putfield org.jooq.impl.AbstractAggregateFunction.arguments:Lorg/jooq/impl/QueryPartList;
         3: .line 108
            return
        end local 4 // org.jooq.Field[] arguments
        end local 3 // org.jooq.DataType type
        end local 2 // org.jooq.Name name
        end local 1 // boolean distinct
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    4     1   distinct  Z
            0    4     2       name  Lorg/jooq/Name;
            0    4     3       type  Lorg/jooq/DataType<TT;>;
            0    4     4  arguments  [Lorg/jooq/Field;
    Signature: (ZLorg/jooq/Name;Lorg/jooq/DataType<TT;>;[Lorg/jooq/Field<*>;)V
    MethodParameters:
           Name  Flags
      distinct   
      name       
      type       
      arguments  

  final void acceptArguments(org.jooq.Context<?>);
    descriptor: (Lorg/jooq/Context;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // org.jooq.Context ctx
         0: .line 115
            aload 1 /* ctx */
            aload 0 /* this */
            invokevirtual org.jooq.impl.AbstractAggregateFunction.getQualifiedName:()Lorg/jooq/Name;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
         1: .line 116
            aload 1 /* ctx */
            bipush 40
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            pop
         2: .line 117
            aload 0 /* this */
            aload 1 /* ctx */
            invokevirtual org.jooq.impl.AbstractAggregateFunction.acceptArguments0:(Lorg/jooq/Context;)V
         3: .line 118
            aload 1 /* ctx */
            bipush 41
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            pop
         4: .line 119
            return
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    5     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)V
    MethodParameters:
      Name  Flags
      ctx   

  final void acceptArguments0(org.jooq.Context<?>);
    descriptor: (Lorg/jooq/Context;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // org.jooq.Context ctx
         0: .line 122
            aload 0 /* this */
            aload 1 /* ctx */
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.arguments:Lorg/jooq/impl/QueryPartList;
            invokevirtual org.jooq.impl.AbstractAggregateFunction.acceptArguments1:(Lorg/jooq/Context;Lorg/jooq/impl/QueryPartCollectionView;)V
         1: .line 123
            return
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    2     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)V
    MethodParameters:
      Name  Flags
      ctx   

  final void acceptArguments1(org.jooq.Context<?>, org.jooq.impl.QueryPartCollectionView<org.jooq.Field<?>>);
    descriptor: (Lorg/jooq/Context;Lorg/jooq/impl/QueryPartCollectionView;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // org.jooq.Context ctx
        start local 2 // org.jooq.impl.QueryPartCollectionView args
         0: .line 126
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.distinct:Z
            ifeq 4
         1: .line 127
            aload 1 /* ctx */
            getstatic org.jooq.impl.Keywords.K_DISTINCT:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            pop
         2: .line 130
            aload 2 /* args */
            invokevirtual org.jooq.impl.QueryPartCollectionView.size:()I
            iconst_1
            if_icmple 4
            getstatic org.jooq.impl.AbstractAggregateFunction.SUPPORT_DISTINCT_RVE:Ljava/util/Set;
            aload 1 /* ctx */
            invokeinterface org.jooq.Context.dialect:()Lorg/jooq/SQLDialect;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 131
            aload 1 /* ctx */
            bipush 40
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            pop
         4: .line 134
      StackMap locals:
      StackMap stack:
            aload 2 /* args */
            invokevirtual org.jooq.impl.QueryPartCollectionView.isEmpty:()Z
            ifne 16
         5: .line 135
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.filter:Lorg/jooq/Condition;
            ifnull 6
            getstatic org.jooq.impl.AbstractAggregateFunction.SUPPORT_FILTER:Ljava/util/Set;
            aload 1 /* ctx */
            invokeinterface org.jooq.Context.dialect:()Lorg/jooq/SQLDialect;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 136
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            aload 2 /* args */
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
         7: .line 137
            goto 16
         8: .line 139
      StackMap locals:
      StackMap stack:
            new org.jooq.impl.QueryPartList
            dup
            invokespecial org.jooq.impl.QueryPartList.<init>:()V
            astore 3 /* expressions */
        start local 3 // org.jooq.impl.QueryPartList expressions
         9: .line 141
            aload 2 /* args */
            invokevirtual org.jooq.impl.QueryPartCollectionView.iterator:()Ljava/util/Iterator;
            astore 5
            goto 14
      StackMap locals: org.jooq.impl.AbstractAggregateFunction org.jooq.Context org.jooq.impl.QueryPartCollectionView org.jooq.impl.QueryPartList top java.util.Iterator
      StackMap stack:
        10: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jooq.Field
            astore 4 /* argument */
        start local 4 // org.jooq.Field argument
        11: .line 142
            aload 3 /* expressions */
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.filter:Lorg/jooq/Condition;
            aload 4 /* argument */
            getstatic org.jooq.impl.AbstractAggregateFunction.ASTERISK:Lorg/jooq/Field;
            if_acmpne 12
            invokestatic org.jooq.impl.DSL.one:()Lorg/jooq/Param;
            goto 13
      StackMap locals: org.jooq.impl.AbstractAggregateFunction org.jooq.Context org.jooq.impl.QueryPartCollectionView org.jooq.impl.QueryPartList org.jooq.Field java.util.Iterator
      StackMap stack: org.jooq.impl.QueryPartList org.jooq.Condition
        12: aload 4 /* argument */
      StackMap locals: org.jooq.impl.AbstractAggregateFunction org.jooq.Context org.jooq.impl.QueryPartCollectionView org.jooq.impl.QueryPartList org.jooq.Field java.util.Iterator
      StackMap stack: org.jooq.impl.QueryPartList org.jooq.Condition org.jooq.Field
        13: invokestatic org.jooq.impl.DSL.when:(Lorg/jooq/Condition;Ljava/lang/Object;)Lorg/jooq/CaseConditionStep;
            invokevirtual org.jooq.impl.QueryPartList.add:(Lorg/jooq/QueryPart;)Z
            pop
        end local 4 // org.jooq.Field argument
        14: .line 141
      StackMap locals: org.jooq.impl.AbstractAggregateFunction org.jooq.Context org.jooq.impl.QueryPartCollectionView org.jooq.impl.QueryPartList top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        15: .line 144
            aload 1 /* ctx */
            aload 3 /* expressions */
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
        end local 3 // org.jooq.impl.QueryPartList expressions
        16: .line 148
      StackMap locals: org.jooq.impl.AbstractAggregateFunction org.jooq.Context org.jooq.impl.QueryPartCollectionView
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.distinct:Z
            ifeq 19
        17: .line 149
            aload 2 /* args */
            invokevirtual org.jooq.impl.QueryPartCollectionView.size:()I
            iconst_1
            if_icmple 19
            getstatic org.jooq.impl.AbstractAggregateFunction.SUPPORT_DISTINCT_RVE:Ljava/util/Set;
            aload 1 /* ctx */
            invokeinterface org.jooq.Context.dialect:()Lorg/jooq/SQLDialect;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 19
        18: .line 150
            aload 1 /* ctx */
            bipush 41
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            pop
        19: .line 151
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.jooq.impl.QueryPartCollectionView args
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0   20     1          ctx  Lorg/jooq/Context<*>;
            0   20     2         args  Lorg/jooq/impl/QueryPartCollectionView<Lorg/jooq/Field<*>;>;
            9   16     3  expressions  Lorg/jooq/impl/QueryPartList<Lorg/jooq/Field<*>;>;
           11   14     4     argument  Lorg/jooq/Field<*>;
    Signature: (Lorg/jooq/Context<*>;Lorg/jooq/impl/QueryPartCollectionView<Lorg/jooq/Field<*>;>;)V
    MethodParameters:
      Name  Flags
      ctx   
      args  

  final void acceptFilterClause(org.jooq.Context<?>);
    descriptor: (Lorg/jooq/Context;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // org.jooq.Context ctx
         0: .line 154
            aload 1 /* ctx */
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.filter:Lorg/jooq/Condition;
            invokestatic org.jooq.impl.AbstractAggregateFunction.acceptFilterClause:(Lorg/jooq/Context;Lorg/jooq/Condition;)V
         1: .line 155
            return
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    2     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)V
    MethodParameters:
      Name  Flags
      ctx   

  static final void acceptFilterClause(org.jooq.Context<?>, org.jooq.Condition);
    descriptor: (Lorg/jooq/Context;Lorg/jooq/Condition;)V
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.Context ctx
        start local 1 // org.jooq.Condition filter
         0: .line 158
            aload 1 /* filter */
            ifnull 13
            getstatic org.jooq.impl.AbstractAggregateFunction.SUPPORT_FILTER:Ljava/util/Set;
            aload 0 /* ctx */
            invokeinterface org.jooq.Context.dialect:()Lorg/jooq/SQLDialect;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 13
         1: .line 159
            aload 0 /* ctx */
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            checkcast org.jooq.Context
         2: .line 160
            getstatic org.jooq.impl.Keywords.K_FILTER:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
         3: .line 159
            checkcast org.jooq.Context
         4: .line 161
            ldc " ("
            invokeinterface org.jooq.Context.sql:(Ljava/lang/String;)Lorg/jooq/Context;
         5: .line 159
            checkcast org.jooq.Context
         6: .line 162
            getstatic org.jooq.impl.Keywords.K_WHERE:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
         7: .line 159
            checkcast org.jooq.Context
         8: .line 163
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
         9: .line 159
            checkcast org.jooq.Context
        10: .line 164
            aload 1 /* filter */
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
        11: .line 159
            checkcast org.jooq.Context
        12: .line 165
            bipush 41
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            pop
        13: .line 166
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.jooq.Condition filter
        end local 0 // org.jooq.Context ctx
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0     ctx  Lorg/jooq/Context<*>;
            0   14     1  filter  Lorg/jooq/Condition;
    Signature: (Lorg/jooq/Context<*>;Lorg/jooq/Condition;)V
    MethodParameters:
        Name  Flags
      ctx     
      filter  

  final void acceptOrderBy(org.jooq.Context<?>);
    descriptor: (Lorg/jooq/Context;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // org.jooq.Context ctx
         0: .line 169
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.withinGroupOrderBy:Lorg/jooq/impl/SortFieldList;
            invokestatic org.jooq.impl.Tools.isEmpty:(Ljava/util/Collection;)Z
            ifne 3
         1: .line 170
            aload 1 /* ctx */
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            checkcast org.jooq.Context
            getstatic org.jooq.impl.Keywords.K_ORDER_BY:Lorg/jooq/Keyword;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            checkcast org.jooq.Context
            bipush 32
            invokeinterface org.jooq.Context.sql:(C)Lorg/jooq/Context;
            checkcast org.jooq.Context
         2: .line 171
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.withinGroupOrderBy:Lorg/jooq/impl/SortFieldList;
            invokeinterface org.jooq.Context.visit:(Lorg/jooq/QueryPart;)Lorg/jooq/Context;
            pop
         3: .line 172
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.jooq.Context ctx
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    4     1   ctx  Lorg/jooq/Context<*>;
    Signature: (Lorg/jooq/Context<*>;)V
    MethodParameters:
      Name  Flags
      ctx   

  final org.jooq.impl.QueryPartList<org.jooq.Field<?>> getArguments();
    descriptor: ()Lorg/jooq/impl/QueryPartList;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
         0: .line 179
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.arguments:Lorg/jooq/impl/QueryPartList;
            areturn
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
    Signature: ()Lorg/jooq/impl/QueryPartList<Lorg/jooq/Field<*>;>;

  public final org.jooq.WindowBeforeOverStep<T> filterWhere(org.jooq.Condition);
    descriptor: (Lorg/jooq/Condition;)Lorg/jooq/WindowBeforeOverStep;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // org.jooq.Condition c
         0: .line 184
            aload 0 /* this */
            aload 1 /* c */
            putfield org.jooq.impl.AbstractAggregateFunction.filter:Lorg/jooq/Condition;
         1: .line 185
            aload 0 /* this */
            areturn
        end local 1 // org.jooq.Condition c
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    2     1     c  Lorg/jooq/Condition;
    Signature: (Lorg/jooq/Condition;)Lorg/jooq/WindowBeforeOverStep<TT;>;
    MethodParameters:
      Name  Flags
      c     

  public final org.jooq.WindowBeforeOverStep<T> filterWhere(org.jooq.Condition[]);
    descriptor: ([Lorg/jooq/Condition;)Lorg/jooq/WindowBeforeOverStep;
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // org.jooq.Condition[] conditions
         0: .line 190
            aload 0 /* this */
            aload 1 /* conditions */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual org.jooq.impl.AbstractAggregateFunction.filterWhere:(Ljava/util/Collection;)Lorg/jooq/WindowBeforeOverStep;
            areturn
        end local 1 // org.jooq.Condition[] conditions
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    1     1  conditions  [Lorg/jooq/Condition;
    Signature: ([Lorg/jooq/Condition;)Lorg/jooq/WindowBeforeOverStep<TT;>;
    MethodParameters:
            Name  Flags
      conditions  

  public final org.jooq.WindowBeforeOverStep<T> filterWhere(java.util.Collection<? extends org.jooq.Condition>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/WindowBeforeOverStep;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // java.util.Collection conditions
         0: .line 195
            new org.jooq.impl.ConditionProviderImpl
            dup
            invokespecial org.jooq.impl.ConditionProviderImpl.<init>:()V
            astore 2 /* c */
        start local 2 // org.jooq.impl.ConditionProviderImpl c
         1: .line 196
            aload 2 /* c */
            aload 1 /* conditions */
            invokevirtual org.jooq.impl.ConditionProviderImpl.addConditions:(Ljava/util/Collection;)V
         2: .line 197
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual org.jooq.impl.AbstractAggregateFunction.filterWhere:(Lorg/jooq/Condition;)Lorg/jooq/WindowBeforeOverStep;
            areturn
        end local 2 // org.jooq.impl.ConditionProviderImpl c
        end local 1 // java.util.Collection conditions
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    3     1  conditions  Ljava/util/Collection<+Lorg/jooq/Condition;>;
            1    3     2           c  Lorg/jooq/impl/ConditionProviderImpl;
    Signature: (Ljava/util/Collection<+Lorg/jooq/Condition;>;)Lorg/jooq/WindowBeforeOverStep<TT;>;
    MethodParameters:
            Name  Flags
      conditions  

  public final org.jooq.WindowBeforeOverStep<T> filterWhere(org.jooq.Field<java.lang.Boolean>);
    descriptor: (Lorg/jooq/Field;)Lorg/jooq/WindowBeforeOverStep;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // org.jooq.Field field
         0: .line 202
            aload 0 /* this */
            aload 1 /* field */
            invokestatic org.jooq.impl.DSL.condition:(Lorg/jooq/Field;)Lorg/jooq/Condition;
            invokevirtual org.jooq.impl.AbstractAggregateFunction.filterWhere:(Lorg/jooq/Condition;)Lorg/jooq/WindowBeforeOverStep;
            areturn
        end local 1 // org.jooq.Field field
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    1     1  field  Lorg/jooq/Field<Ljava/lang/Boolean;>;
    Signature: (Lorg/jooq/Field<Ljava/lang/Boolean;>;)Lorg/jooq/WindowBeforeOverStep<TT;>;
    MethodParameters:
       Name  Flags
      field  

  public final org.jooq.WindowBeforeOverStep<T> filterWhere(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lorg/jooq/WindowBeforeOverStep;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // java.lang.Boolean field
         0: .line 207
            aload 0 /* this */
            aload 1 /* field */
            invokestatic org.jooq.impl.DSL.condition:(Ljava/lang/Boolean;)Lorg/jooq/Condition;
            invokevirtual org.jooq.impl.AbstractAggregateFunction.filterWhere:(Lorg/jooq/Condition;)Lorg/jooq/WindowBeforeOverStep;
            areturn
        end local 1 // java.lang.Boolean field
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    1     1  field  Ljava/lang/Boolean;
    Signature: (Ljava/lang/Boolean;)Lorg/jooq/WindowBeforeOverStep<TT;>;
    MethodParameters:
       Name  Flags
      field  

  public final org.jooq.WindowBeforeOverStep<T> filterWhere(org.jooq.SQL);
    descriptor: (Lorg/jooq/SQL;)Lorg/jooq/WindowBeforeOverStep;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // org.jooq.SQL sql
         0: .line 212
            aload 0 /* this */
            aload 1 /* sql */
            invokestatic org.jooq.impl.DSL.condition:(Lorg/jooq/SQL;)Lorg/jooq/Condition;
            invokevirtual org.jooq.impl.AbstractAggregateFunction.filterWhere:(Lorg/jooq/Condition;)Lorg/jooq/WindowBeforeOverStep;
            areturn
        end local 1 // org.jooq.SQL sql
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    1     1   sql  Lorg/jooq/SQL;
    Signature: (Lorg/jooq/SQL;)Lorg/jooq/WindowBeforeOverStep<TT;>;
    MethodParameters:
      Name  Flags
      sql   

  public final org.jooq.WindowBeforeOverStep<T> filterWhere(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jooq/WindowBeforeOverStep;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // java.lang.String sql
         0: .line 217
            aload 0 /* this */
            aload 1 /* sql */
            invokestatic org.jooq.impl.DSL.condition:(Ljava/lang/String;)Lorg/jooq/Condition;
            invokevirtual org.jooq.impl.AbstractAggregateFunction.filterWhere:(Lorg/jooq/Condition;)Lorg/jooq/WindowBeforeOverStep;
            areturn
        end local 1 // java.lang.String sql
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    1     1   sql  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lorg/jooq/WindowBeforeOverStep<TT;>;
    MethodParameters:
      Name  Flags
      sql   

  public final org.jooq.WindowBeforeOverStep<T> filterWhere(java.lang.String, []);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/WindowBeforeOverStep;
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // java.lang.String sql
        start local 2 // java.lang.Object[] bindings
         0: .line 222
            aload 0 /* this */
            aload 1 /* sql */
            aload 2 /* bindings */
            invokestatic org.jooq.impl.DSL.condition:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/Condition;
            invokevirtual org.jooq.impl.AbstractAggregateFunction.filterWhere:(Lorg/jooq/Condition;)Lorg/jooq/WindowBeforeOverStep;
            areturn
        end local 2 // java.lang.Object[] bindings
        end local 1 // java.lang.String sql
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    1     1       sql  Ljava/lang/String;
            0    1     2  bindings  [Ljava/lang/Object;
    Signature: (Ljava/lang/String;[Ljava/lang/Object;)Lorg/jooq/WindowBeforeOverStep<TT;>;
    MethodParameters:
          Name  Flags
      sql       
      bindings  

  public final org.jooq.WindowBeforeOverStep<T> filterWhere(java.lang.String, org.jooq.QueryPart[]);
    descriptor: (Ljava/lang/String;[Lorg/jooq/QueryPart;)Lorg/jooq/WindowBeforeOverStep;
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // java.lang.String sql
        start local 2 // org.jooq.QueryPart[] parts
         0: .line 227
            aload 0 /* this */
            aload 1 /* sql */
            aload 2 /* parts */
            invokestatic org.jooq.impl.DSL.condition:(Ljava/lang/String;[Lorg/jooq/QueryPart;)Lorg/jooq/Condition;
            invokevirtual org.jooq.impl.AbstractAggregateFunction.filterWhere:(Lorg/jooq/Condition;)Lorg/jooq/WindowBeforeOverStep;
            areturn
        end local 2 // org.jooq.QueryPart[] parts
        end local 1 // java.lang.String sql
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    1     1    sql  Ljava/lang/String;
            0    1     2  parts  [Lorg/jooq/QueryPart;
    Signature: (Ljava/lang/String;[Lorg/jooq/QueryPart;)Lorg/jooq/WindowBeforeOverStep<TT;>;
    MethodParameters:
       Name  Flags
      sql    
      parts  

  public final org.jooq.AggregateFunction<T> withinGroupOrderBy(org.jooq.OrderField<?>[]);
    descriptor: ([Lorg/jooq/OrderField;)Lorg/jooq/AggregateFunction;
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // org.jooq.OrderField[] fields
         0: .line 233
            aload 0 /* this */
            aload 1 /* fields */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual org.jooq.impl.AbstractAggregateFunction.withinGroupOrderBy:(Ljava/util/Collection;)Lorg/jooq/AggregateFunction;
            areturn
        end local 1 // org.jooq.OrderField[] fields
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    1     1  fields  [Lorg/jooq/OrderField;
    Signature: ([Lorg/jooq/OrderField<*>;)Lorg/jooq/AggregateFunction<TT;>;
    MethodParameters:
        Name  Flags
      fields  

  public final org.jooq.AggregateFunction<T> withinGroupOrderBy(java.util.Collection<? extends org.jooq.OrderField<?>>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/AggregateFunction;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // java.util.Collection fields
         0: .line 238
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.withinGroupOrderBy:Lorg/jooq/impl/SortFieldList;
            ifnonnull 2
         1: .line 239
            aload 0 /* this */
            new org.jooq.impl.SortFieldList
            dup
            invokespecial org.jooq.impl.SortFieldList.<init>:()V
            putfield org.jooq.impl.AbstractAggregateFunction.withinGroupOrderBy:Lorg/jooq/impl/SortFieldList;
         2: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.withinGroupOrderBy:Lorg/jooq/impl/SortFieldList;
            aload 1 /* fields */
            invokestatic org.jooq.impl.Tools.sortFields:(Ljava/util/Collection;)Ljava/util/List;
            invokevirtual org.jooq.impl.SortFieldList.addAll:(Ljava/util/Collection;)Z
            pop
         3: .line 242
            aload 0 /* this */
            areturn
        end local 1 // java.util.Collection fields
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    4     1  fields  Ljava/util/Collection<+Lorg/jooq/OrderField<*>;>;
    Signature: (Ljava/util/Collection<+Lorg/jooq/OrderField<*>;>;)Lorg/jooq/AggregateFunction<TT;>;
    MethodParameters:
        Name  Flags
      fields  

  public org.jooq.impl.AbstractAggregateFunction<T> orderBy(org.jooq.OrderField<?>[]);
    descriptor: ([Lorg/jooq/OrderField;)Lorg/jooq/impl/AbstractAggregateFunction;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // org.jooq.OrderField[] fields
         0: .line 283
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.windowSpecification:Lorg/jooq/impl/WindowSpecificationImpl;
            ifnull 2
         1: .line 284
            aload 0 /* this */
            aload 1 /* fields */
            invokespecial org.jooq.impl.AbstractWindowFunction.orderBy:([Lorg/jooq/OrderField;)Lorg/jooq/impl/AbstractWindowFunction;
            pop
            goto 3
         2: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* fields */
            invokevirtual org.jooq.impl.AbstractAggregateFunction.withinGroupOrderBy:([Lorg/jooq/OrderField;)Lorg/jooq/AggregateFunction;
            pop
         3: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.jooq.OrderField[] fields
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    4     1  fields  [Lorg/jooq/OrderField;
    Signature: ([Lorg/jooq/OrderField<*>;)Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
    MethodParameters:
        Name  Flags
      fields  

  public org.jooq.impl.AbstractAggregateFunction<T> orderBy(java.util.Collection<? extends org.jooq.OrderField<?>>);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/impl/AbstractAggregateFunction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jooq.impl.AbstractAggregateFunction this
        start local 1 // java.util.Collection fields
         0: .line 293
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.windowSpecification:Lorg/jooq/impl/WindowSpecificationImpl;
            ifnull 2
         1: .line 294
            aload 0 /* this */
            getfield org.jooq.impl.AbstractAggregateFunction.windowSpecification:Lorg/jooq/impl/WindowSpecificationImpl;
            aload 1 /* fields */
            invokevirtual org.jooq.impl.WindowSpecificationImpl.orderBy:(Ljava/util/Collection;)Lorg/jooq/WindowSpecificationOrderByStep;
            pop
            goto 3
         2: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* fields */
            invokevirtual org.jooq.impl.AbstractAggregateFunction.withinGroupOrderBy:(Ljava/util/Collection;)Lorg/jooq/AggregateFunction;
            pop
         3: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.util.Collection fields
        end local 0 // org.jooq.impl.AbstractAggregateFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
            0    4     1  fields  Ljava/util/Collection<+Lorg/jooq/OrderField<*>;>;
    Signature: (Ljava/util/Collection<+Lorg/jooq/OrderField<*>;>;)Lorg/jooq/impl/AbstractAggregateFunction<TT;>;
    MethodParameters:
        Name  Flags
      fields  

  public org.jooq.AggregateFilterStep orderBy(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/AggregateFilterStep;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jooq.impl.AbstractAggregateFunction.orderBy:(Ljava/util/Collection;)Lorg/jooq/impl/AbstractAggregateFunction;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jooq.impl.AbstractWindowFunction orderBy(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/impl/AbstractWindowFunction;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jooq.impl.AbstractAggregateFunction.orderBy:(Ljava/util/Collection;)Lorg/jooq/impl/AbstractAggregateFunction;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jooq.WindowRowsStep orderBy(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/WindowRowsStep;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jooq.impl.AbstractAggregateFunction.orderBy:(Ljava/util/Collection;)Lorg/jooq/impl/AbstractAggregateFunction;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jooq.AggregateFilterStep orderBy(org.jooq.OrderField[]);
    descriptor: ([Lorg/jooq/OrderField;)Lorg/jooq/AggregateFilterStep;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jooq.impl.AbstractAggregateFunction.orderBy:([Lorg/jooq/OrderField;)Lorg/jooq/impl/AbstractAggregateFunction;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jooq.impl.AbstractWindowFunction orderBy(org.jooq.OrderField[]);
    descriptor: ([Lorg/jooq/OrderField;)Lorg/jooq/impl/AbstractWindowFunction;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jooq.impl.AbstractAggregateFunction.orderBy:([Lorg/jooq/OrderField;)Lorg/jooq/impl/AbstractAggregateFunction;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jooq.WindowRowsStep orderBy(org.jooq.OrderField[]);
    descriptor: ([Lorg/jooq/OrderField;)Lorg/jooq/WindowRowsStep;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jooq.impl.AbstractAggregateFunction.orderBy:([Lorg/jooq/OrderField;)Lorg/jooq/impl/AbstractAggregateFunction;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jooq.AggregateFilterStep withinGroupOrderBy(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Lorg/jooq/AggregateFilterStep;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jooq.impl.AbstractAggregateFunction.withinGroupOrderBy:(Ljava/util/Collection;)Lorg/jooq/AggregateFunction;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jooq.AggregateFilterStep withinGroupOrderBy(org.jooq.OrderField[]);
    descriptor: ([Lorg/jooq/OrderField;)Lorg/jooq/AggregateFilterStep;
    flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jooq.impl.AbstractAggregateFunction.withinGroupOrderBy:([Lorg/jooq/OrderField;)Lorg/jooq/AggregateFunction;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/jooq/impl/AbstractWindowFunction<TT;>;Lorg/jooq/AggregateFunction<TT;>;Lorg/jooq/OrderedAggregateFunction<TT;>;Lorg/jooq/ArrayAggOrderByStep<TT;>;
SourceFile: "AbstractAggregateFunction.java"