kotlin-spark-api-parent_3.3.2_2.13
1.2.4
jvm
kotlin-spark-api_3.3.2_2.13
/
org.jetbrains.kotlinx.spark.api
/
downcast
downcast
inline
fun
<
T
,
R
>
Dataset
<
T
>
.
downcast
(
)
:
Dataset
<
R
>
Deprecated (with error)
Deprecated, since we already have `as`() and to().
Replace with
this.to<R>()
Content copied to clipboard
DEPRECATED: Use
as
or
to
for this.