Skip to content

Commit

Permalink
Fix geo_shape description
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonpijpelink committed Jan 25, 2024
1 parent 6acd051 commit 14453b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/esql/functions/to_geoshape.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ TO_GEOPOINT(v)

`v`::
Input value. The input can be a single- or multi-valued column or an expression.
The input type must be a string or a `geo_point`.
The input type must be a string or a `geo_shape`.

*Description*

Converts an input value to a `geo_point` value.
Converts an input value to a `geo_shape` value.

A string will only be successfully converted if it respects the
https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry[WKT] format:
Expand Down

0 comments on commit 14453b0

Please sign in to comment.