implicit class withCombineMethods[K, V] extends CombineMethods[K, V]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withCombineMethods
- CombineMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
combineValues[R](others: Traversable[RDD[(K, V)]], partitioner: Option[Partitioner])(f: (Iterable[V]) ⇒ R)(implicit arg0: ClassTag[R]): RDD[(K, R)]
- Definition Classes
- CombineMethods
-
def
combineValues[R](others: Traversable[RDD[(K, V)]])(f: (Iterable[V]) ⇒ R)(implicit arg0: ClassTag[R]): RDD[(K, R)]
- Definition Classes
- CombineMethods
-
def
combineValues[R](other: RDD[(K, V)], partitioner: Option[Partitioner])(f: (V, V) ⇒ R)(implicit arg0: ClassTag[R]): RDD[(K, R)]
- Definition Classes
- CombineMethods
-
def
combineValues[R](other: RDD[(K, V)])(f: (V, V) ⇒ R)(implicit arg0: ClassTag[R]): RDD[(K, R)]
- Definition Classes
- CombineMethods
-
val
self: RDD[(K, V)]
- Definition Classes
- withCombineMethods → MethodExtensions