Skip to content

Commit ccbcd19

Browse files
Automated commit of generated code
1 parent aa3307e commit ccbcd19

File tree

1 file changed

+4
-0
lines changed
  • core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe

1 file changed

+4
-0
lines changed

core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/DataFrame.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import org.jetbrains.kotlinx.dataframe.aggregation.Aggregatable
44
import org.jetbrains.kotlinx.dataframe.aggregation.AggregateGroupedBody
55
import org.jetbrains.kotlinx.dataframe.annotations.AccessApiOverload
66
import org.jetbrains.kotlinx.dataframe.annotations.HasSchema
7+
import org.jetbrains.kotlinx.dataframe.annotations.Interpretable
8+
import org.jetbrains.kotlinx.dataframe.annotations.Refine
79
import org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl
810
import org.jetbrains.kotlinx.dataframe.api.add
911
import 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

0 commit comments

Comments
 (0)