File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/samples/api
plugins/kotlin-dataframe/src/org/jetbrains/kotlinx/dataframe/plugin/impl/api Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 3
3
package org.jetbrains.kotlinx.dataframe.samples.api
4
4
5
5
import org.jetbrains.kotlinx.dataframe.api.aggregate
6
- import org.jetbrains.kotlinx.dataframe.api.all
7
6
import org.jetbrains.kotlinx.dataframe.api.asComparable
8
7
import org.jetbrains.kotlinx.dataframe.api.asGroupBy
9
8
import org.jetbrains.kotlinx.dataframe.api.asNumbers
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ internal class ColsOf2 : AbstractInterpreter<ColumnsResolver>() {
281
281
282
282
override fun Arguments.interpret (): ColumnsResolver {
283
283
return columnsResolver {
284
- receiver.cols ().filter { it.asSimpleColumn().isColOf(typeArg0.type, session) }
284
+ receiver.all ().filter { it.asSimpleColumn().isColOf(typeArg0.type, session) }
285
285
}
286
286
}
287
287
}
You can’t perform that action at this time.
0 commit comments