File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import org.jetbrains.kotlinx.dataframe.aggregation.Aggregatable
4
4
import org.jetbrains.kotlinx.dataframe.aggregation.AggregateGroupedBody
5
5
import org.jetbrains.kotlinx.dataframe.annotations.AccessApiOverload
6
6
import org.jetbrains.kotlinx.dataframe.annotations.HasSchema
7
+ import org.jetbrains.kotlinx.dataframe.annotations.Interpretable
8
+ import org.jetbrains.kotlinx.dataframe.annotations.Refine
7
9
import org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl
8
10
import org.jetbrains.kotlinx.dataframe.api.add
9
11
import org.jetbrains.kotlinx.dataframe.api.cast
@@ -71,6 +73,8 @@ public interface DataFrame<out T> :
71
73
72
74
// endregion
73
75
76
+ @Refine
77
+ @Interpretable(" AggregateRow" )
74
78
public fun <R > aggregate (body : AggregateGroupedBody <T , R >): DataRow <T >
75
79
76
80
// region get columns
You can’t perform that action at this time.
0 commit comments