Packages

object Catalog extends AbstractCatalog with Logging

Sedona SQL function registry.

Functions are organized into named sequences whose names mirror the categories used by the public docs at https://sedona.apache.org/latest/api/sql/Geometry-Functions/ and the corresponding raster docs pages, so the code-level taxonomy stays in lockstep with the docs taxonomy. See CatalogCategorizationTest for an invariant that every registered function belongs to exactly one named sequence.

Linear Supertypes
Logging, AbstractCatalog, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Catalog
  2. Logging
  3. AbstractCatalog
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type FunctionDescription = (FunctionIdentifier, ExpressionInfo, FunctionBuilder)
    Definition Classes
    AbstractCatalog

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. val addressExprs: Seq[FunctionDescription]
  5. val affineTransformationExprs: Seq[FunctionDescription]
  6. lazy val aggregateExpressions: Seq[Aggregator[Geometry, _, _]]
    Definition Classes
    CatalogAbstractCatalog
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val boundingBoxExprs: Seq[FunctionDescription]
  9. val categorizedSequences: Seq[Seq[FunctionDescription]]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. val clusteringExprs: Seq[FunctionDescription]
  12. def dropAll(sparkSession: SparkSession): Unit
    Definition Classes
    AbstractCatalog
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. val expressions: Seq[FunctionDescription]
    Definition Classes
    CatalogAbstractCatalog
  16. def function[T <: Expression](defaultArgs: Any*)(implicit arg0: ClassTag[T]): FunctionDescription
    Attributes
    protected
    Definition Classes
    AbstractCatalog
  17. val geographyExprs: Seq[FunctionDescription]
  18. val geometryAccessorExprs: Seq[FunctionDescription]
  19. val geometryConstructorExprs: Seq[FunctionDescription]
  20. val geometryEditorExprs: Seq[FunctionDescription]
  21. val geometryOutputExprs: Seq[FunctionDescription]
  22. val geometryProcessingExprs: Seq[FunctionDescription]
  23. val geometryValidationExprs: Seq[FunctionDescription]
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  27. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  30. val linearReferencingExprs: Seq[FunctionDescription]
  31. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  32. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  35. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  36. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  37. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  38. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  39. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  40. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  41. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  42. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  43. val mapAlgebraExprs: Seq[FunctionDescription]
  44. val measurementExprs: Seq[FunctionDescription]
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. val otherExprs: Seq[FunctionDescription]
  49. val overlayExprs: Seq[FunctionDescription]
  50. val pixelExprs: Seq[FunctionDescription]
  51. val predicateExprs: Seq[FunctionDescription]
  52. val rasterAccessorExprs: Seq[FunctionDescription]
  53. val rasterBandAccessorExprs: Seq[FunctionDescription]
  54. val rasterConstructorExprs: Seq[FunctionDescription]
  55. val rasterGeometryExprs: Seq[FunctionDescription]
  56. val rasterMapAlgebraExprs: Seq[FunctionDescription]
  57. val rasterOperatorExprs: Seq[FunctionDescription]
  58. val rasterOutputExprs: Seq[FunctionDescription]
  59. val rasterPredicateExprs: Seq[FunctionDescription]
  60. val rasterTileExprs: Seq[FunctionDescription]
  61. def registerAll(sparkSession: SparkSession): Unit
    Definition Classes
    AbstractCatalog
  62. def registerAll(sqlContext: SQLContext): Unit
    Definition Classes
    AbstractCatalog
  63. val spatialIndexingExprs: Seq[FunctionDescription]
  64. val spatialReferenceSystemExprs: Seq[FunctionDescription]
  65. val spatialStatisticsExprs: Seq[FunctionDescription]
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. def toString(): String
    Definition Classes
    AnyRef → Any
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Logging

Inherited from AbstractCatalog

Inherited from AnyRef

Inherited from Any

Ungrouped