cockroachdb / cockroachdb/cockroach
H3Geo utilities
Open
A-spatial
C-enhancement
O-community
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
**Is your feature request related to a problem? Please describe.**
We at Doubble uses H3Geo indices to perform range selects. It would be awesome if cockroach supported/implemented some utility functions.
**Describe the solution you'd like**
Similar to the Postgres extension [h3-pg](https://github.com/zachasme/h3-pg)
**Describe alternatives you've considered**
Doing the calculations client side, requires a lot of back and fourth and is infeasible in a lot of siturations/quries.
**Additional context**
[h3-go](https://github.com/uber/h3-go)
Jira issue: CRDB-31064
Contributor guide
Assessment
This issue has not been assessed yet.