final class org.apache.cassandra.schema.LegacySchemaMigrator$Aggregate
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.cassandra.schema.LegacySchemaMigrator$Aggregate
  super_class: java.lang.Object
{
  final long timestamp;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final org.apache.cassandra.cql3.functions.UDAggregate metadata;
    descriptor: Lorg/apache/cassandra/cql3/functions/UDAggregate;
    flags: (0x0010) ACC_FINAL

  void <init>(long, org.apache.cassandra.cql3.functions.UDAggregate);
    descriptor: (JLorg/apache/cassandra/cql3/functions/UDAggregate;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.cassandra.schema.LegacySchemaMigrator$Aggregate this
        start local 1 // long timestamp
        start local 3 // org.apache.cassandra.cql3.functions.UDAggregate metadata
         0: .line 1118
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1120
            aload 0 /* this */
            lload 1 /* timestamp */
            putfield org.apache.cassandra.schema.LegacySchemaMigrator$Aggregate.timestamp:J
         2: .line 1121
            aload 0 /* this */
            aload 3 /* metadata */
            putfield org.apache.cassandra.schema.LegacySchemaMigrator$Aggregate.metadata:Lorg/apache/cassandra/cql3/functions/UDAggregate;
         3: .line 1122
            return
        end local 3 // org.apache.cassandra.cql3.functions.UDAggregate metadata
        end local 1 // long timestamp
        end local 0 // org.apache.cassandra.schema.LegacySchemaMigrator$Aggregate this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/cassandra/schema/LegacySchemaMigrator$Aggregate;
            0    4     1  timestamp  J
            0    4     3   metadata  Lorg/apache/cassandra/cql3/functions/UDAggregate;
    MethodParameters:
           Name  Flags
      timestamp  
      metadata   
}
SourceFile: "LegacySchemaMigrator.java"
NestHost: org.apache.cassandra.schema.LegacySchemaMigrator
InnerClasses:
  private final Aggregate = org.apache.cassandra.schema.LegacySchemaMigrator$Aggregate of org.apache.cassandra.schema.LegacySchemaMigrator