% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it. **Example** ```esql ROW wkt = "POINT(42.97109630194 14.7552534413725)" | EVAL pt = TO_GEOPOINT(wkt) ``` | wkt:keyword | pt:geo_point | | --- | --- | | "POINT(42.97109630194 14.7552534413725)" | POINT(42.97109630194 14.7552534413725) |