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
/
toArray
to
Array
inline
fun
<
T
>
Dataset
<
*
>
.
toArray
(
)
:
Array
<
T
>
Collects the dataset as Array where each item has been mapped to type
T
.