sortByValue
Returns a dataset sorted by the second (_2) value of each Tuple2 inside.
Returns a dataset sorted by the second (second) value of each Pair inside.
Deprecated
Use Scala tuples instead.
Replace with
Returns a dataset sorted by the second (_2) value of each Arity2 inside.