abstract class SpatialJoinMethods[K, V, M] extends MethodExtensions[RDD[(K, V)] with Metadata[M]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SpatialJoinMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SpatialJoinMethods()(implicit arg0: Boundable[K], arg1: PartitionerIndex[K], arg2: ClassTag[K], arg3: ClassTag[V], arg4: GetComponent[M, Bounds[K]])
Abstract Value Members
-
abstract
def
self: RDD[(K, V)] with Metadata[M]
- Definition Classes
- MethodExtensions
Concrete Value Members
- def spatialJoin[W, M1](right: RDD[(K, W)] with Metadata[M1])(implicit arg0: ClassTag[W], arg1: Component[M1, Bounds[K]]): RDD[(K, (V, W))] with Metadata[Bounds[K]]
- def spatialLeftOuterJoin[W, M1](right: RDD[(K, W)] with Metadata[M1])(implicit arg0: ClassTag[W], arg1: Component[M1, Bounds[K]]): RDD[(K, (V, Option[W]))] with Metadata[Bounds[K]]