Package org.apache.spark.sql.types
Class EdgeInterpolationAlgorithm
Object
org.apache.spark.sql.types.EdgeInterpolationAlgorithm
- Direct Known Subclasses:
EdgeInterpolationAlgorithm.SPHERICAL$
Edge interpolation algorithm for Geography logical type. Currently, Spark only supports
spherical algorithm.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic scala.Option<EdgeInterpolationAlgorithm>fromString(String s) static scala.collection.immutable.Seq<EdgeInterpolationAlgorithm>values()
-
Constructor Details
-
EdgeInterpolationAlgorithm
public EdgeInterpolationAlgorithm()
-
-
Method Details
-
values
-
fromString
-