Skip to content

Commit 2558177

Browse files
Automated commit of generated code
1 parent 4b1e0a3 commit 2558177

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
@@ -376,6 +376,8 @@ internal interface MoveTo {
376376
* where the selected columns will be moved.
377377
* @param [columns] The [Columns Selector][ColumnsSelector] used to select the columns of this [DataFrame] to move.
378378
*/
379+
@Refine
380+
@Interpretable("MoveTo1")
379381
public fun <T> DataFrame<T>.moveTo(newColumnIndex: Int, columns: ColumnsSelector<T, *>): DataFrame<T> =
380382
move(columns).to(newColumnIndex)
381383

0 commit comments

Comments
 (0)