takeKeys
(Kotlin-specific) Maps the Dataset to only retain the "keys" or Tuple2._1 values.
(Kotlin-specific) Maps the Dataset to only retain the "keys" or Pair.first values.
Deprecated
Use Scala tuples instead.
Replace with
(Kotlin-specific) Maps the Dataset to only retain the "keys" or Arity2._1 values.