Convert a GeoPoint into a string that the Ontology will accept for a geo-indexed column (a geohash type column). Ontology GeoPoints are strings of the format '{lat},{lon}', where -90 <= lat <= 90 and -180 <= lon <= 180.
Expression categories: Geospatial
Declared arguments
Expression - GeoPoint to convert. Expression<GeoPoint>