File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api
src/main/kotlin/org/jetbrains/kotlinx/dataframe/api Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ public fun <T> DataFrame<T>.renameToCamelCase(): DataFrame<T> = this
65
65
it.name.replaceFirstChar { it.lowercaseChar() }
66
66
}
67
67
68
-
69
68
public fun <T , C > RenameClause <T , C >.into (vararg newColumns : ColumnReference <* >): DataFrame <T > =
70
69
into(* newColumns.map { it.name() }.toTypedArray())
71
70
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ public fun <T> DataFrame<T>.renameToCamelCase(): DataFrame<T> = this
65
65
it.name.replaceFirstChar { it.lowercaseChar() }
66
66
}
67
67
68
-
69
68
public fun <T , C > RenameClause <T , C >.into (vararg newColumns : ColumnReference <* >): DataFrame <T > =
70
69
into(* newColumns.map { it.name() }.toTypedArray())
71
70
You can’t perform that action at this time.
0 commit comments