You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ES|QL has many unsupported types, and all the spatial types are on that list. We should support, at a minimum, the most commonly used type geo_point. In addition we should support functions for this:
to_geopoint(string) to take a WKT string and convert it to a geo_point
to_string(geo_point) should take a geo_point and convert it to WKT
The text was updated successfully, but these errors were encountered:
Description
ES|QL has many unsupported types, and all the spatial types are on that list. We should support, at a minimum, the most commonly used type
geo_point
. In addition we should support functions for this:to_geopoint(string)
to take a WKT string and convert it to ageo_point
to_string(geo_point)
should take ageo_point
and convert it to WKTThe text was updated successfully, but these errors were encountered: