Packages

c

org.apache.sedona.core.joinJudgement

DynamicIndexLookupJudgement

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

Linear Supertypes
FlatMapFunction2[Iterator[U], Iterator[T], Pair[U, T]], JudgementBase[T, U], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamicIndexLookupJudgement
  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 DynamicIndexLookupJudgement(spatialPredicate: SpatialPredicate, indexType: IndexType, joinBuildSide: JoinBuildSide, buildCount: LongAccumulator, streamCount: LongAccumulator, resultCount: LongAccumulator, candidateCount: LongAccumulator)

    See also

    JudgementBase

Value Members

  1. def call(leftShapes: Iterator[U], rightShapes: Iterator[T]): Iterator[Pair[U, T]]
    Definition Classes
    DynamicIndexLookupJudgement → FlatMapFunction2
    Annotations
    @Override()