takeValues
(Kotlin-specific) Maps the Dataset to only retain the "values" or Tuple2._2 values.
(Kotlin-specific) Maps the Dataset to only retain the "values" or Pair.second values.
Deprecated
Use Scala tuples instead.
Replace with
(Kotlin-specific) Maps the Dataset to only retain the "values" or Arity2._2 values.