ClickHouse/dbms/tests/performance/funtions_geo
Vasily Nemkov e4988110ec Implementation of geohashEncode and geohashDecode functions;
Function signatures:
 * geohashEncode(float lon, float lat, int precision) => string

 * geohashDecode(string encoded) => (float llon, float lat)

With test cases and documentation;
2019-05-10 14:59:24 +03:00
..
functions_geo.xml Implementation of geohashEncode and geohashDecode functions; 2019-05-10 14:59:24 +03:00