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