Class SpatialRelatesUtils
java.lang.Object
org.elasticsearch.xpack.esql.expression.function.scalar.spatial.SpatialRelatesUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.elasticsearch.geometry.GeometrymakeGeometryFromLiteral(FoldContext ctx, Expression expr) This function is used in two places, when evaluating a spatial constant in the SpatialRelatesFunction, as well as when we do lucene-pushdown of spatial functions.
-
Constructor Details
-
SpatialRelatesUtils
public SpatialRelatesUtils()
-
-
Method Details
-
makeGeometryFromLiteral
public static org.elasticsearch.geometry.Geometry makeGeometryFromLiteral(FoldContext ctx, Expression expr) This function is used in two places, when evaluating a spatial constant in the SpatialRelatesFunction, as well as when we do lucene-pushdown of spatial functions.
-