package enums
Type Members
- 
      
      
      
        
      
    
      
        sealed abstract final 
        class
      
      
        DistanceMetric extends Enum[DistanceMetric]
      
      
      The DistanceMetric enum represents the different distance metrics that can be used in the application. 
- 
      
      
      
        
      
    
      
        sealed abstract final 
        class
      
      
        GridType extends Enum[GridType] with Serializable
      
      
      The Enum GridType. 
- 
      
      
      
        
      
    
      
        sealed abstract final 
        class
      
      
        IndexType extends Enum[IndexType] with Serializable
      
      
      The Enum IndexType. 
- 
      
      
      
        
      
    
      
        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. 
-  sealed abstract final class JoinSpartitionDominantSide extends Enum[JoinSpartitionDominantSide]
-  sealed abstract final class SpatialJoinOptimizationMode extends Enum[SpatialJoinOptimizationMode]