Packages

object st_constructors extends DataFrameAPI

Linear Supertypes
DataFrameAPI, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. st_constructors
  2. DataFrameAPI
  3. AnyRef
  4. 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. def ST_GeomFromGML(gmlString: String): Column
  5. def ST_GeomFromGML(gmlString: Column): Column
  6. def ST_GeomFromGeoHash(geohash: String, precision: Int): Column
  7. def ST_GeomFromGeoHash(geohash: Column, precision: Column): Column
  8. def ST_GeomFromGeoJSON(geojsonString: String): Column
  9. def ST_GeomFromGeoJSON(geojsonString: Column): Column
  10. def ST_GeomFromKML(kmlString: String): Column
  11. def ST_GeomFromKML(kmlString: Column): Column
  12. def ST_GeomFromText(wkt: String, srid: Int): Column
  13. def ST_GeomFromText(wkt: Column, srid: Column): Column
  14. def ST_GeomFromText(wkt: String): Column
  15. def ST_GeomFromText(wkt: Column): Column
  16. def ST_GeomFromWKB(wkb: String): Column
  17. def ST_GeomFromWKB(wkb: Column): Column
  18. def ST_GeomFromWKT(wkt: String, srid: Int): Column
  19. def ST_GeomFromWKT(wkt: Column, srid: Column): Column
  20. def ST_GeomFromWKT(wkt: String): Column
  21. def ST_GeomFromWKT(wkt: Column): Column
  22. def ST_LineFromText(wkt: String): Column
  23. def ST_LineFromText(wkt: Column): Column
  24. def ST_LineStringFromText(coords: String, delimiter: String): Column
  25. def ST_LineStringFromText(coords: Column, delimiter: Column): Column
  26. def ST_Point(x: Double, y: Double, z: Double): Column
  27. def ST_Point(x: String, y: String, z: String): Column
  28. def ST_Point(x: Column, y: Column, z: Column): Column
  29. def ST_Point(x: Double, y: Double): Column
  30. def ST_Point(x: String, y: String): Column
  31. def ST_Point(x: Column, y: Column): Column
  32. def ST_PointFromText(coords: String, delimiter: String): Column
  33. def ST_PointFromText(coords: Column, delimiter: Column): Column
  34. def ST_PolygonFromEnvelope(minX: Double, minY: Double, maxX: Double, maxY: Double): Column
  35. def ST_PolygonFromEnvelope(minX: String, minY: String, maxX: String, maxY: String): Column
  36. def ST_PolygonFromEnvelope(minX: Column, minY: Column, maxX: Column, maxY: Column): Column
  37. def ST_PolygonFromText(coords: String, delimiter: String): Column
  38. def ST_PolygonFromText(coords: Column, delimiter: Column): Column
  39. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  40. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  41. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  43. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. def wrapAggregator[A <: UserDefinedAggregateFunction](arg: Any*)(implicit arg0: ClassTag[A]): Column
    Attributes
    protected
    Definition Classes
    DataFrameAPI
  55. def wrapExpression[E <: Expression](args: Any*)(implicit arg0: ClassTag[E]): Column
    Attributes
    protected
    Definition Classes
    DataFrameAPI
  56. def wrapVarArgExpression[E <: Expression](arg: Seq[Any])(implicit arg0: ClassTag[E]): Column
    Attributes
    protected
    Definition Classes
    DataFrameAPI

Deprecated Value Members

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

Inherited from DataFrameAPI

Inherited from AnyRef

Inherited from Any

Ungrouped