Skip to content

Commit 98a6ab8

Browse files
alex-spiescraigtaverner
authored andcommitted
ESQL: Hide spatial grid functions behind SNAPSHOT (elastic#129839)
elastic#125143 added 9 spatial grid functions and released them into Serverless. We think this is not the best long-term approach and the functions in elastic#129581 are likely better. As a first step, rmove the spatial grid functions added in elastic#125143 from release builds so they don't get released into 8.19/9.1. --------- Co-authored-by: Craig Taverner <[email protected]>
1 parent f8914d3 commit 98a6ab8

File tree

14 files changed

+21
-62
lines changed

14 files changed

+21
-62
lines changed

docs/changelog/125143.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/reference/query-languages/esql/_snippets/lists/spatial-functions.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,3 @@
1010
* [preview] [`ST_XMIN`](../../functions-operators/spatial-functions.md#esql-st_xmin)
1111
* [preview] [`ST_YMAX`](../../functions-operators/spatial-functions.md#esql-st_ymax)
1212
* [preview] [`ST_YMIN`](../../functions-operators/spatial-functions.md#esql-st_ymin)
13-
* [preview] [`ST_GEOTILE`](../../functions-operators/spatial-functions.md#esql-st_geotile)
14-
* [preview] [`ST_GEOTILE_TO_STRING`](../../functions-operators/spatial-functions.md#esql-st_geotile_to_string)
15-
* [preview] [`ST_GEOTILE_TO_LONG`](../../functions-operators/spatial-functions.md#esql-st_geotile_to_long)
16-
* [preview] [`ST_GEOHEX`](../../functions-operators/spatial-functions.md#esql-st_geohex)
17-
* [preview] [`ST_GEOHEX_TO_STRING`](../../functions-operators/spatial-functions.md#esql-st_geohex_to_string)
18-
* [preview] [`ST_GEOHEX_TO_LONG`](../../functions-operators/spatial-functions.md#esql-st_geohex_to_long)
19-
* [preview] [`ST_GEOHASH`](../../functions-operators/spatial-functions.md#esql-st_geohash)
20-
* [preview] [`ST_GEOHASH_TO_STRING`](../../functions-operators/spatial-functions.md#esql-st_geohash_to_string)
21-
* [preview] [`ST_GEOHASH_TO_LONG`](../../functions-operators/spatial-functions.md#esql-st_geohash_to_long)

docs/reference/query-languages/esql/functions-operators/spatial-functions.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,3 @@ mapped_pages:
4848
:::{include} ../_snippets/functions/layout/st_ymin.md
4949
:::
5050

51-
:::{include} ../_snippets/functions/layout/st_geotile.md
52-
:::
53-
54-
:::{include} ../_snippets/functions/layout/st_geotile_to_string.md
55-
:::
56-
57-
:::{include} ../_snippets/functions/layout/st_geotile_to_long.md
58-
:::
59-
60-
:::{include} ../_snippets/functions/layout/st_geohex.md
61-
:::
62-
63-
:::{include} ../_snippets/functions/layout/st_geohex_to_string.md
64-
:::
65-
66-
:::{include} ../_snippets/functions/layout/st_geohex_to_long.md
67-
:::
68-
69-
:::{include} ../_snippets/functions/layout/st_geohash.md
70-
:::
71-
72-
:::{include} ../_snippets/functions/layout/st_geohash_to_string.md
73-
:::
74-
75-
:::{include} ../_snippets/functions/layout/st_geohash_to_long.md
76-
:::

docs/reference/query-languages/esql/kibana/definition/functions/st_geohash.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/kibana/definition/functions/st_geohash_to_long.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/kibana/definition/functions/st_geohash_to_string.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/kibana/definition/functions/st_geohex.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/kibana/definition/functions/st_geohex_to_long.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/kibana/definition/functions/st_geohex_to_string.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/kibana/definition/functions/st_geotile.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)