Packages

o

org.locationtech.geomesa.spark.sql

GeomesaPysparkFunctions

object GeomesaPysparkFunctions

Re-wrapping the UDFs so we can access them from PySpark without using the SQL API.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeomesaPysparkFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. def st_antimeridianSafeGeom: UserDefinedFunction
  16. def st_area: UserDefinedFunction
  17. def st_asBinary: UserDefinedFunction
  18. def st_asGeoJSON: UserDefinedFunction
  19. def st_asLatLonText: UserDefinedFunction
  20. def st_asText: UserDefinedFunction
  21. def st_boundary: UserDefinedFunction
  22. def st_box2DFromGeoHash: UserDefinedFunction
  23. def st_bufferPoint: UserDefinedFunction
  24. def st_byteArray: UserDefinedFunction
  25. def st_castToGeometry: UserDefinedFunction
  26. def st_castToLineString: UserDefinedFunction
  27. def st_castToPoint: UserDefinedFunction
  28. def st_castToPolygon: UserDefinedFunction
  29. def st_centroid: UserDefinedFunction
  30. def st_closestPoint: UserDefinedFunction
  31. def st_contains: UserDefinedFunction
  32. def st_coordDim: UserDefinedFunction
  33. def st_covers: UserDefinedFunction
  34. def st_crosses: UserDefinedFunction
  35. def st_difference: UserDefinedFunction
  36. def st_dimension: UserDefinedFunction
  37. def st_disjoint: UserDefinedFunction
  38. def st_distance: UserDefinedFunction
  39. def st_distanceSphere: UserDefinedFunction
  40. def st_distanceSpheroid: UserDefinedFunction
  41. def st_envelope: UserDefinedFunction
  42. def st_equals: UserDefinedFunction
  43. def st_exteriorRing: UserDefinedFunction
  44. def st_geoHash: UserDefinedFunction
  45. def st_geomFromGeoHash: UserDefinedFunction
  46. def st_geomFromGeoJSON: UserDefinedFunction
  47. def st_geomFromText: UserDefinedFunction
  48. def st_geomFromWKB: UserDefinedFunction
  49. def st_geomFromWKT: UserDefinedFunction
  50. def st_geometryFromText: UserDefinedFunction
  51. def st_geometryN: UserDefinedFunction
  52. def st_idlSafeGeom: UserDefinedFunction
  53. def st_interiorRingN: UserDefinedFunction
  54. def st_intersection: UserDefinedFunction
  55. def st_intersects: UserDefinedFunction
  56. def st_isClosed: UserDefinedFunction
  57. def st_isCollection: UserDefinedFunction
  58. def st_isEmpty: UserDefinedFunction
  59. def st_isRing: UserDefinedFunction
  60. def st_isSimple: UserDefinedFunction
  61. def st_isValid: UserDefinedFunction
  62. def st_length: UserDefinedFunction
  63. def st_lengthSphere: UserDefinedFunction
  64. def st_lengthSpheroid: UserDefinedFunction
  65. def st_lineFromText: UserDefinedFunction
  66. def st_mLineFromText: UserDefinedFunction
  67. def st_mPointFromText: UserDefinedFunction
  68. def st_mPolyFromText: UserDefinedFunction
  69. def st_makeBBOX: UserDefinedFunction
  70. def st_makeBox2D: UserDefinedFunction
  71. def st_makeLine: UserDefinedFunction
  72. def st_makePoint: UserDefinedFunction
  73. def st_makePointM: UserDefinedFunction
  74. def st_makePolygon: UserDefinedFunction
  75. def st_numGeometries: UserDefinedFunction
  76. def st_numPoints: UserDefinedFunction
  77. def st_overlaps: UserDefinedFunction
  78. def st_point: UserDefinedFunction
  79. def st_pointFromGeoHash: UserDefinedFunction
  80. def st_pointFromText: UserDefinedFunction
  81. def st_pointFromWKB: UserDefinedFunction
  82. def st_pointN: UserDefinedFunction
  83. def st_polygon: UserDefinedFunction
  84. def st_polygonFromText: UserDefinedFunction
  85. def st_relate: UserDefinedFunction
  86. def st_relateBool: UserDefinedFunction
  87. def st_touches: UserDefinedFunction
  88. def st_transform: UserDefinedFunction
  89. def st_translate: UserDefinedFunction
  90. def st_within: UserDefinedFunction
  91. def st_x: UserDefinedFunction
  92. def st_y: UserDefinedFunction
  93. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  94. def toString(): String
    Definition Classes
    AnyRef → Any
  95. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  96. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  97. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped