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
44import org.jetbrains.kotlinx.dataframe.aggregation.AggregateGroupedBody
55import org.jetbrains.kotlinx.dataframe.annotations.AccessApiOverload
66import org.jetbrains.kotlinx.dataframe.annotations.HasSchema
7+ import org.jetbrains.kotlinx.dataframe.annotations.Interpretable
8+ import org.jetbrains.kotlinx.dataframe.annotations.Refine
79import org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl
810import org.jetbrains.kotlinx.dataframe.api.add
911import org.jetbrains.kotlinx.dataframe.api.cast
@@ -71,6 +73,8 @@ public interface DataFrame<out T> :
7173
7274 // endregion
7375
76+ @Refine
77+ @Interpretable(" AggregateRow" )
7478 public fun <R > aggregate (body : AggregateGroupedBody <T , R >): DataRow <T >
7579
7680 // region get columns
You can’t perform that action at this time.
0 commit comments