object st_constructors extends DataFrameAPI
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- st_constructors
- DataFrameAPI
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ST_GeomFromGML(gmlString: String): Column
- def ST_GeomFromGML(gmlString: Column): Column
- def ST_GeomFromGeoHash(geohash: String, precision: Int): Column
- def ST_GeomFromGeoHash(geohash: Column, precision: Column): Column
- def ST_GeomFromGeoJSON(geojsonString: String): Column
- def ST_GeomFromGeoJSON(geojsonString: Column): Column
- def ST_GeomFromKML(kmlString: String): Column
- def ST_GeomFromKML(kmlString: Column): Column
- def ST_GeomFromText(wkt: String, srid: Int): Column
- def ST_GeomFromText(wkt: Column, srid: Column): Column
- def ST_GeomFromText(wkt: String): Column
- def ST_GeomFromText(wkt: Column): Column
- def ST_GeomFromWKB(wkb: String): Column
- def ST_GeomFromWKB(wkb: Column): Column
- def ST_GeomFromWKT(wkt: String, srid: Int): Column
- def ST_GeomFromWKT(wkt: Column, srid: Column): Column
- def ST_GeomFromWKT(wkt: String): Column
- def ST_GeomFromWKT(wkt: Column): Column
- def ST_LineFromText(wkt: String): Column
- def ST_LineFromText(wkt: Column): Column
- def ST_LineStringFromText(coords: String, delimiter: String): Column
- def ST_LineStringFromText(coords: Column, delimiter: Column): Column
- def ST_Point(x: Double, y: Double, z: Double): Column
- def ST_Point(x: String, y: String, z: String): Column
- def ST_Point(x: Column, y: Column, z: Column): Column
- def ST_Point(x: Double, y: Double): Column
- def ST_Point(x: String, y: String): Column
- def ST_Point(x: Column, y: Column): Column
- def ST_PointFromText(coords: String, delimiter: String): Column
- def ST_PointFromText(coords: Column, delimiter: Column): Column
- def ST_PolygonFromEnvelope(minX: Double, minY: Double, maxX: Double, maxY: Double): Column
- def ST_PolygonFromEnvelope(minX: String, minY: String, maxX: String, maxY: String): Column
- def ST_PolygonFromEnvelope(minX: Column, minY: Column, maxX: Column, maxY: Column): Column
- def ST_PolygonFromText(coords: String, delimiter: String): Column
- def ST_PolygonFromText(coords: Column, delimiter: Column): Column
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def wrapAggregator[A <: UserDefinedAggregateFunction](arg: Any*)(implicit arg0: ClassTag[A]): Column
- Attributes
- protected
- Definition Classes
- DataFrameAPI
- def wrapExpression[E <: Expression](args: Any*)(implicit arg0: ClassTag[E]): Column
- Attributes
- protected
- Definition Classes
- DataFrameAPI
- def wrapVarArgExpression[E <: Expression](arg: Seq[Any])(implicit arg0: ClassTag[E]): Column
- Attributes
- protected
- Definition Classes
- DataFrameAPI
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated