Skip to content

Commit 485f3ba

Browse files
Automated commit of generated code
1 parent b880f9c commit 485f3ba

File tree

1 file changed

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

1 file changed

+0
-14
lines changed

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

-14
Original file line numberDiff line numberDiff line change
@@ -106,20 +106,6 @@ internal interface Select {
106106
interface SelectSelectingOptions
107107
}
108108

109-
private interface SetSelectOperationArg
110-
111-
/**
112-
* ## The Select Operation
113-
*
114-
* Returns a new [DataFrame][org.jetbrains.kotlinx.dataframe.DataFrame] with only the columns selected by [columns][org.jetbrains.kotlinx.dataframe.columns].
115-
*
116-
* See [Selecting Columns][org.jetbrains.kotlinx.dataframe.api.Select.SelectSelectingOptions].
117-
*
118-
* For more information: [See `select` on the documentation website.](https://kotlin.github.io/dataframe/select.html)
119-
* ### This Select Overload
120-
*/
121-
private interface CommonSelectDocs
122-
123109
/**
124110
* ## The Select Operation
125111
*

0 commit comments

Comments
 (0)