We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c9e8e commit 265c587Copy full SHA for 265c587
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/documentation/ExpressionsGivenRow.kt
@@ -85,21 +85,6 @@ internal interface ExpressionsGivenRow {
85
86
/** [Row Value Expression][RowValueExpression.WithExample] */
87
interface RowValueExpressionLink
88
-
89
-// @Deprecated(
90
-// "This is located in another file",
91
-// ReplaceWith("ExpressionsGivenColumn.RowColumnExpression"),
92
-// DeprecationLevel.ERROR,
93
-// )
94
-// interface RowColumnExpression {
95
-//
96
97
98
-// ReplaceWith("ExpressionsGivenColumn.RowColumnExpression.WithExample"),
99
100
101
-// interface WithExample
102
-// }
103
}
104
105
/** [Row Expression][ExpressionsGivenRow] */
0 commit comments