We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6179a commit 51592e6Copy full SHA for 51592e6
core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/select.kt
@@ -379,6 +379,7 @@ public interface SelectColumnsSelectionDsl {
379
* @return A [ColumnSet][org.jetbrains.kotlinx.dataframe.columns.ColumnSet] containing the columns selected by [selector].
380
* @see [SingleColumn.except]
381
*/
382
+ @Interpretable("NestedSelect")
383
public fun <C, R> SingleColumn<DataRow<C>>.select(selector: ColumnsSelector<C, R>): ColumnSet<R> =
384
selectInternal(selector)
385
0 commit comments