Skip to content

Commit 90505a6

Browse files
committed
apidump
1 parent 00b712b commit 90505a6

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

core/api/core.api

+38-1
Original file line numberDiff line numberDiff line change
@@ -5627,6 +5627,18 @@ public abstract interface class org/jetbrains/kotlinx/dataframe/impl/aggregation
56275627
public abstract fun indexOfAggregationResultSingleSequence (Lkotlin/sequences/Sequence;Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/ValueType;)I
56285628
}
56295629

5630+
public abstract interface class org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/AggregatorHandler {
5631+
public abstract fun getAggregator ()Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/Aggregator;
5632+
public fun init (Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/Aggregator;)V
5633+
public abstract fun setAggregator (Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/Aggregator;)V
5634+
}
5635+
5636+
public abstract interface class org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/AggregatorInputHandler : org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/AggregatorHandler {
5637+
public abstract fun calculateValueType (Ljava/util/Set;)Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/ValueType;
5638+
public abstract fun calculateValueType (Lkotlin/sequences/Sequence;)Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/ValueType;
5639+
public abstract fun preprocessAggregation (Lkotlin/sequences/Sequence;Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/ValueType;)Lkotlin/Pair;
5640+
}
5641+
56305642
public final class org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/AggregatorKt {
56315643
public static final fun aggregate (Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/Aggregator;Lkotlin/sequences/Sequence;Lkotlin/reflect/KType;)Ljava/lang/Object;
56325644
public static final fun aggregate (Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/Aggregator;Lkotlin/sequences/Sequence;Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/ValueType;)Ljava/lang/Object;
@@ -5636,6 +5648,11 @@ public final class org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/
56365648
public static final fun indexOfAggregationResult (Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/Aggregator;Lkotlin/sequences/Sequence;Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/ValueType;)I
56375649
}
56385650

5651+
public abstract interface class org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/AggregatorMultipleColumnsHandler : org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/AggregatorHandler {
5652+
public abstract fun aggregateMultipleColumns (Lkotlin/sequences/Sequence;)Ljava/lang/Object;
5653+
public abstract fun calculateReturnTypeMultipleColumns (Ljava/util/Set;Z)Lkotlin/reflect/KType;
5654+
}
5655+
56395656
public final class org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/AggregatorOptionSwitch1 {
56405657
public static final field Companion Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/AggregatorOptionSwitch1$Companion;
56415658
public fun <init> (Ljava/lang/String;Lkotlin/jvm/functions/Function1;)V
@@ -5657,7 +5674,9 @@ public final class org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/
56575674
}
56585675

56595676
public final class org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/AggregatorOptionSwitch2$Companion {
5660-
public final fun Factory (Lkotlin/jvm/functions/Function2;)Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/Provider;
5677+
}
5678+
5679+
public abstract interface class org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/AggregatorProvider : org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/Provider {
56615680
}
56625681

56635682
public final class org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/Aggregators {
@@ -5675,6 +5694,24 @@ public final class org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/
56755694
public final fun percentileNumbers (DZ)Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/Aggregator;
56765695
}
56775696

5697+
public abstract interface class org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/Provider {
5698+
public abstract fun create (Ljava/lang/String;)Ljava/lang/Object;
5699+
}
5700+
5701+
public final class org/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/ValueType {
5702+
public fun <init> (Lkotlin/reflect/KType;Z)V
5703+
public synthetic fun <init> (Lkotlin/reflect/KType;ZILkotlin/jvm/internal/DefaultConstructorMarker;)V
5704+
public final fun component1 ()Lkotlin/reflect/KType;
5705+
public final fun component2 ()Z
5706+
public final fun copy (Lkotlin/reflect/KType;Z)Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/ValueType;
5707+
public static synthetic fun copy$default (Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/ValueType;Lkotlin/reflect/KType;ZILjava/lang/Object;)Lorg/jetbrains/kotlinx/dataframe/impl/aggregation/aggregators/ValueType;
5708+
public fun equals (Ljava/lang/Object;)Z
5709+
public final fun getKType ()Lkotlin/reflect/KType;
5710+
public final fun getNeedsFullConversion ()Z
5711+
public fun hashCode ()I
5712+
public fun toString ()Ljava/lang/String;
5713+
}
5714+
56785715
public final class org/jetbrains/kotlinx/dataframe/impl/aggregation/modes/NoAggregationKt {
56795716
public static final fun aggregateValue (Lorg/jetbrains/kotlinx/dataframe/api/Grouped;Ljava/lang/String;Lkotlin/jvm/functions/Function2;)Lorg/jetbrains/kotlinx/dataframe/DataFrame;
56805717
}

0 commit comments

Comments
 (0)