Skip to content

Commit e20d6f7

Browse files
committed
feat(query): Support Geometry and Geography aggregate functions
1 parent a67c9f3 commit e20d6f7

File tree

22 files changed

+6060
-2967
lines changed

22 files changed

+6060
-2967
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ futures = "0.3.24"
267267
futures-async-stream = { version = "0.2.7" }
268268
futures-util = "0.3.24"
269269
geo = { version = "0.32.0", features = ["use-serde"] }
270-
geo-index = "0.3.2"
270+
geographiclib-rs = "0.2.7"
271+
geo-index = "0.3.4"
271272
geohash = "0.13.1"
272273
geozero = { version = "0.15.1", features = ["with-geo", "with-geojson", "with-wkb", "with-wkt"] }
273274
gimli = "0.31.0"
@@ -397,7 +398,7 @@ pprof = { git = "https://github.com/datafuse-extras/pprof-rs", rev = "edecd74",
397398
] }
398399
pretty_assertions = "1.3.0"
399400
procfs = { version = "0.17.0" }
400-
proj4rs = { version = "0.1.9", features = ["geo-types", "crs-definitions"] }
401+
proj4rs = { version = "0.1.10", features = ["geo-types", "crs-definitions"] }
401402
proptest = { version = "1", default-features = false, features = ["std"] }
402403
prost = { version = "0.13" }
403404
prost-build = { version = "0.13" }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ SELECT my_agent(question) FROM tasks;
101101

102102
## 📄 License
103103

104-
[Apache 2.0](licenses/Apache-2.0.txt) + [Elastic 2.0](licenses/Elastic.txt) | [Licensing FAQ](https://docs.databend.com/guides/products/dee/license)
104+
[Apache 2.0](licenses/Apache-2.0.txt) + [Elastic 2.0](licenses/Elastic.txt) | [Licensing FAQ](https://docs.databend.com/guides/products/dee/license) | Third-party notices: `THIRD-PARTY-NOTICES.txt`
105105

106106
---
107107

108108
<div align="center">
109109
<strong>Enterprise warehouse, agent ready</strong><br>
110110
<a href="https://databend.com">🌐 Website</a> •
111111
<a href="https://x.com/DatabendLabs">🐦 Twitter</a>
112-
</div>
112+
</div>

0 commit comments

Comments
 (0)