dwestheide/kontextfrei

Add takeOrdered action

Closed this issue · 0 comments

Add the takeOrdered method to DCollectionOps, as defined on RDD:

def takeOrdered(num: Int)(implicit ord: Ordering[T]): Array[T]