Packages

c

org.apache.sedona.core.joinJudgement

LeftIndexLookupJudgement

class LeftIndexLookupJudgement[T <: Geometry, U <: Geometry] extends JudgementBase[T, U] with FlatMapFunction2[Iterator[SpatialIndex], Iterator[U], Pair[U, T]] with Serializable

Linear Supertypes
FlatMapFunction2[Iterator[SpatialIndex], Iterator[U], Pair[U, T]], JudgementBase[T, U], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeftIndexLookupJudgement
  2. FlatMapFunction2
  3. JudgementBase
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LeftIndexLookupJudgement(spatialPredicate: SpatialPredicate, buildCount: LongAccumulator, streamCount: LongAccumulator, resultCount: LongAccumulator, candidateCount: LongAccumulator)

    See also

    JudgementBase

Value Members

  1. def call(indexIterator: Iterator[SpatialIndex], streamShapes: Iterator[U]): Iterator[Pair[U, T]]
    Definition Classes
    LeftIndexLookupJudgement → FlatMapFunction2
    Annotations
    @Override()