Skip to content

Commit 0726a1d

Browse files
committed
Added geotile and geohex
1 parent 0ae93cf commit 0726a1d

File tree

29 files changed

+3785
-93
lines changed

29 files changed

+3785
-93
lines changed

x-pack/plugin/esql/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies {
4040
implementation project('compute:ann')
4141
implementation project(':libs:dissect')
4242
implementation project(':libs:grok')
43+
implementation project(':libs:h3')
4344
implementation project('arrow')
4445

4546
// Also contains a dummy processor to allow compilation with unused annotations.

x-pack/plugin/esql/qa/testFixtures/src/main/resources/spatial-grid.csv-spec

Lines changed: 337 additions & 12 deletions
Large diffs are not rendered by default.

x-pack/plugin/esql/src/main/generated/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeohexFromFieldAndFieldAndLiteralEvaluator.java

Lines changed: 139 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/generated/org/elasticsearch/xpack/esql/expression/function/scalar/spatial/StGeohexFromFieldAndFieldEvaluator.java

Lines changed: 131 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)