implicit class withSpaceTimeToSpatialReduceMethods[K, V, M[_]] extends SpaceTimeToSpatialReduceMethods[K, V, M]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withSpaceTimeToSpatialReduceMethods
- SpaceTimeToSpatialReduceMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withSpaceTimeToSpatialReduceMethods(self: RDD[(K, V)] with Metadata[M[K]])(implicit arg0: ClassTag[K], arg1: SpatialComponent[K], arg2: TemporalComponent[K], arg3: Component[M[K], Bounds[K]], arg4: ClassTag[V], arg5: Functor[M])
Value Members
-
val
self: RDD[(K, V)] with Metadata[M[K]]
- Definition Classes
- withSpaceTimeToSpatialReduceMethods → MethodExtensions
-
def
toSpatialReduce(mergeFunc: (V, V) ⇒ V, partitioner: Partitioner): RDD[(SpatialKey, V)] with Metadata[M[SpatialKey]]
- Definition Classes
- SpaceTimeToSpatialReduceMethods
-
def
toSpatialReduce(mergeFunc: (V, V) ⇒ V): RDD[(SpatialKey, V)] with Metadata[M[SpatialKey]]
- Definition Classes
- SpaceTimeToSpatialReduceMethods