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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def call(leftShapes: Iterator[U], rightShapes: Iterator[T]): Iterator[Pair[U, T]]
    Definition Classes
    DynamicIndexLookupJudgement → FlatMapFunction2
    Annotations
    @Override()
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hasNextBase(buildShapes: List[_ <: Geometry], streamShapes: Iterator[_ <: Geometry]): Boolean

    Iterator model for the nest loop join.

    Iterator model for the nest loop join. It checks if there is a next match and populate it to the result.

    Attributes
    protected[joinJudgement]
    Definition Classes
    JudgementBase
  12. def hasNextBase(spatialIndex: SpatialIndex, streamShapes: Iterator[_ <: Geometry], buildLeft: Boolean): Boolean

    Iterator model for the index-based join.

    Iterator model for the index-based join. It checks if there is a next match and populate it to the result.

    Attributes
    protected[joinJudgement]
    Definition Classes
    JudgementBase
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def initPartition(): Unit

    Looks up the extent of the current partition.

    Looks up the extent of the current partition. If found, match method will activate the logic to avoid emitting duplicate join results from multiple partitions.

    Must be called before processing a partition. Must be called from the same instance that will be used to process the partition.

    Attributes
    protected[joinJudgement]
    Definition Classes
    JudgementBase
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def log(message: String, params: <repeated...>[AnyRef]): Unit
    Attributes
    protected[joinJudgement]
    Definition Classes
    JudgementBase
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def nextBase(buildShapes: List[_ <: Geometry], streamShapes: Iterator[_ <: Geometry]): Pair[U, T]

    Iterator model for the nest loop join.

    Iterator model for the nest loop join. It returns 1 pair in the current batch. Each batch contains a list of pairs of geometries that satisfy the join condition. The current batch is the result of the current stream shape against all the build shapes.

    Attributes
    protected[joinJudgement]
    Definition Classes
    JudgementBase
  19. def nextBase(spatialIndex: SpatialIndex, streamShapes: Iterator[_ <: Geometry], buildLeft: Boolean): Pair[U, T]

    Iterator model for the index-based join.

    Iterator model for the index-based join. It returns 1 pair in the current batch. Each batch contains a list of pairs of geometries that satisfy the join condition. The current batch is the result of the current stream shape against all the build shapes.

    Attributes
    protected[joinJudgement]
    Definition Classes
    JudgementBase
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from FlatMapFunction2[Iterator[U], Iterator[T], Pair[U, T]]

Inherited from JudgementBase[T, U]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped