Skip to content

Commit 6f1e5ce

Browse files
committed
added missing "MoveTo1" annotation
1 parent 4eadb9f commit 6f1e5ce

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/move.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ public fun <T> DataFrame<T>.moveTo(newColumnIndex: Int, vararg columns: KPropert
240240
* else they will be moved to the top level.
241241
* @param [columns\] The [Columns Selector][ColumnsSelector] used to select the columns of this [DataFrame] to move.
242242
*/
243+
@Refine
244+
@Interpretable("MoveTo1")
243245
public fun <T> DataFrame<T>.moveTo(
244246
newColumnIndex: Int,
245247
insideGroup: Boolean,

0 commit comments

Comments
 (0)