Packages

package enums

Type Members

  1. sealed abstract final class GridType extends Enum[GridType] with Serializable

    The Enum GridType.

  2. sealed abstract final class IndexType extends Enum[IndexType] with Serializable

    The Enum IndexType.

  3. sealed abstract final class JoinBuildSide extends Enum[JoinBuildSide] with Serializable

    The enumerator type of JoinQuery JoinBuildSide.

    The enumerator type of JoinQuery JoinBuildSide. Each join query has two sides, left shape and right shape. The join side decides which side the spatial index is built on. The other side will be streamed out.

  4. sealed abstract final class JoinSparitionDominantSide extends Enum[JoinSparitionDominantSide]
  5. sealed abstract final class SpatialJoinOptimizationMode extends Enum[SpatialJoinOptimizationMode]

Ungrouped