We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4a9c1 commit d1fe1aeCopy full SHA for d1fe1ae
core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/aggregation/AggregateDsl.kt
@@ -1,6 +1,7 @@
1
package org.jetbrains.kotlinx.dataframe.aggregation
2
3
import org.jetbrains.kotlinx.dataframe.DataFrame
4
+import org.jetbrains.kotlinx.dataframe.annotations.HasSchema
5
import org.jetbrains.kotlinx.dataframe.annotations.Interpretable
6
import org.jetbrains.kotlinx.dataframe.api.ColumnSelectionDsl
7
import org.jetbrains.kotlinx.dataframe.api.pathOf
@@ -11,6 +12,7 @@ import org.jetbrains.kotlinx.dataframe.impl.columnName
11
12
import kotlin.reflect.KProperty
13
import kotlin.reflect.typeOf
14
15
+@HasSchema(schemaArg = 0)
16
public abstract class AggregateDsl<out T> :
17
DataFrame<T>,
18
ColumnSelectionDsl<T> {
0 commit comments