aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/clickhouse_deps/h3_compat/README.md
blob: 56e2fce66fb07ca3501592685993f25f6302ff92 (plain) (blame)
1
2
3
ClickHouse uses a not stable version of H3 library, which interface is incompatible with both 3.x and 4.x H3 versions.

To avoid having several versions of H3 library in our monorepository, we implement H3 API used in ClickHouse via H3 3.x version.