You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeohash.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ private static int checkPrecisionRange(int precision) {
118
118
description = """
119
119
Calculates the `geohash` of the supplied geo_point at the specified precision.
120
120
The result is long encoded. Use [TO_STRING](#esql-to_string) to convert the result to a string,
121
-
[TO_LONG](#esql-to_long) to convert it to a `long`, or [TO_GEOSHAPE](esql-to_geoshape.md) to calculate
121
+
[TO_LONG](#esql-to_long) to convert it to a `long`, or [TO_GEOSHAPE](esql-to_geoshape) to calculate
122
122
the `geo_shape` bounding geometry.
123
123
124
124
These functions are related to the [`geo_grid` query](/reference/query-languages/query-dsl/query-dsl-geo-grid-query.md)
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeohex.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ private static int checkPrecisionRange(int precision) {
119
119
description = """
120
120
Calculates the `geohex`, the H3 cell-id, of the supplied geo_point at the specified precision.
121
121
The result is long encoded. Use [TO_STRING](#esql-to_string) to convert the result to a string,
122
-
[TO_LONG](#esql-to_long) to convert it to a `long`, or [TO_GEOSHAPE](esql-to_geoshape.md) to calculate
122
+
[TO_LONG](#esql-to_long) to convert it to a `long`, or [TO_GEOSHAPE](esql-to_geoshape) to calculate
123
123
the `geo_shape` bounding geometry.
124
124
125
125
These functions are related to the [`geo_grid` query](/reference/query-languages/query-dsl/query-dsl-geo-grid-query.md)
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeotile.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ public GeoTileBoundedGrid get(DriverContext context) {
115
115
description = """
116
116
Calculates the `geotile` of the supplied geo_point at the specified precision.
117
117
The result is long encoded. Use [TO_STRING](#esql-to_string) to convert the result to a string,
118
-
[TO_LONG](#esql-to_long) to convert it to a `long`, or [TO_GEOSHAPE](esql-to_geoshape.md) to calculate
118
+
[TO_LONG](#esql-to_long) to convert it to a `long`, or [TO_GEOSHAPE](esql-to_geoshape) to calculate
119
119
the `geo_shape` bounding geometry.
120
120
121
121
These functions are related to the [`geo_grid` query](/reference/query-languages/query-dsl/query-dsl-geo-grid-query.md)
0 commit comments