Skip to content

Commit 242be8d

Browse files
committed
Link new spatial functions into the docs
1 parent 9b7e04d commit 242be8d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/reference/esql/functions/spatial-functions.asciidoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
* experimental:[] <<esql-st_xmin>>
2121
* experimental:[] <<esql-st_ymax>>
2222
* experimental:[] <<esql-st_ymin>>
23+
* experimental_[] <<esql-st_geohash>>
24+
* experimental_[] <<esql-st_geohash_to_long>>
25+
* experimental_[] <<esql-st_geohash_to_string>>
26+
* experimental_[] <<esql-st_geotile>>
27+
* experimental_[] <<esql-st_geotile_to_long>>
28+
* experimental_[] <<esql-st_geotile_to_string>>
29+
* experimental_[] <<esql-st_geohex>>
30+
* experimental_[] <<esql-st_geohex_to_long>>
31+
* experimental_[] <<esql-st_geohex_to_string>>
2332
// end::spatial_list[]
2433

2534
include::layout/st_distance.asciidoc[]
@@ -34,3 +43,12 @@ include::layout/st_xmax.asciidoc[]
3443
include::layout/st_xmin.asciidoc[]
3544
include::layout/st_ymax.asciidoc[]
3645
include::layout/st_ymin.asciidoc[]
46+
include::layout/st_geohash.asciidoc[]
47+
include::layout/st_geohash_to_long.asciidoc[]
48+
include::layout/st_geohash_to_string.asciidoc[]
49+
include::layout/st_geotile.asciidoc[]
50+
include::layout/st_geotile_to_long.asciidoc[]
51+
include::layout/st_geotile_to_string.asciidoc[]
52+
include::layout/st_geohex.asciidoc[]
53+
include::layout/st_geohex_to_long.asciidoc[]
54+
include::layout/st_geohex_to_string.asciidoc[]

0 commit comments

Comments
 (0)