Skip to content

Commit a5a069f

Browse files
Automated commit of generated code
1 parent 6f1e5ce commit a5a069f

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,8 @@ public fun <T> DataFrame<T>.moveTo(newColumnIndex: Int, vararg columns: KPropert
466466
* else they will be moved to the top level.
467467
* @param [columns] The [Columns Selector][ColumnsSelector] used to select the columns of this [DataFrame] to move.
468468
*/
469+
@Refine
470+
@Interpretable("MoveTo1")
469471
public fun <T> DataFrame<T>.moveTo(
470472
newColumnIndex: Int,
471473
insideGroup: Boolean,

0 commit comments

Comments
 (0)