Add max and min actions
Closed this issue · 0 comments
dwestheide commented
Add the max
and min
methods to DCollectionOps
, as defined on RDD
:
def min()(implicit ord: Ordering[T]): T
def max()(implicit ord: Ordering[T]): T
Closed this issue · 0 comments
Add the max
and min
methods to DCollectionOps
, as defined on RDD
:
def min()(implicit ord: Ordering[T]): T
def max()(implicit ord: Ordering[T]): T