File tree Expand file tree Collapse file tree 2 files changed +2
-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 +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public inline fun <reified T> Iterable<T>.toDataFrame(vararg props: KProperty<*>
34
34
properties(roots = props, maxDepth = maxDepth)
35
35
}
36
36
37
- @Deprecated(DF_READ_DEPRECATION_MESSAGE , ReplaceWith (DF_READ_REPLACE_MESSAGE ), DeprecationLevel .ERROR )
37
+ @Deprecated(DF_READ_DEPRECATION_MESSAGE , ReplaceWith (" this.unfold(columns) " ), DeprecationLevel .ERROR )
38
38
public fun <T > DataFrame<T>.read (columns : ColumnsSelector <T , * >): DataFrame <T > = unfold(columns)
39
39
40
40
@Deprecated(DF_READ_DEPRECATION_MESSAGE , ReplaceWith (DF_READ_REPLACE_MESSAGE ), DeprecationLevel .ERROR )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public inline fun <reified T> Iterable<T>.toDataFrame(vararg props: KProperty<*>
34
34
properties(roots = props, maxDepth = maxDepth)
35
35
}
36
36
37
- @Deprecated(DF_READ_DEPRECATION_MESSAGE , ReplaceWith (DF_READ_REPLACE_MESSAGE ), DeprecationLevel .ERROR )
37
+ @Deprecated(DF_READ_DEPRECATION_MESSAGE , ReplaceWith (" this.unfold(columns) " ), DeprecationLevel .ERROR )
38
38
public fun <T > DataFrame<T>.read (columns : ColumnsSelector <T , * >): DataFrame <T > = unfold(columns)
39
39
40
40
@Deprecated(DF_READ_DEPRECATION_MESSAGE , ReplaceWith (DF_READ_REPLACE_MESSAGE ), DeprecationLevel .ERROR )
You can’t perform that action at this time.
0 commit comments