1234567891011121314151617181920212223 |
- [discrete]
- [[esql-to_geopoint]]
- === `TO_GEOPOINT`
- Converts an input value to a `geo_point` value.
- The input can be a single- or multi-valued field or an expression.
- The input type must be a string or a `geo_point`.
- A string will only be successfully converted if it respects the
- https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry[WKT Point] format:
- [source.merge.styled,esql]
- ----
- include::{esql-specs}/spatial.csv-spec[tag=to_geopoint-str]
- ----
- [%header.monospaced.styled,format=dsv,separator=|]
- |===
- include::{esql-specs}/spatial.csv-spec[tag=to_geopoint-str-result]
- |===
- Supported types:
- include::types/to_geopoint.asciidoc[]
|