Support initial geometry access commands ST_X and ST_Y #107325
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Recently Nik did work that involved extracting the X and Y coordinates from geo_point data using
to_string(field)
followed by a DISSECT command to re-parse the string to get the X and Y coordinates.This is much more efficiently achieved using existing known OGC functions
ST_X
andST_Y
.Tasks:
The text was updated successfully, but these errors were encountered: