Skip to content

Commit 6fcedc3

Browse files
committed
More supported functions in AddDsl
1 parent 5d26632 commit 6fcedc3

File tree

1 file changed

+2
-0
lines changed
  • core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api

1 file changed

+2
-0
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/add.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,10 @@ public class AddDsl<T>(
322322
add(dsl.columns.toColumnGroup(name))
323323
}
324324

325+
@Interpretable("AddDslAddGroup")
325326
public fun group(body: AddDsl<T>.() -> Unit): AddGroup<T> = AddGroup(body)
326327

328+
@Interpretable("AddDslAddGroupInto")
327329
public infix fun AddGroup<T>.into(groupName: String): Unit = group(groupName, body)
328330

329331
@Deprecated(DEPRECATED_ACCESS_API)

0 commit comments

Comments
 (0)