ClickHouse/dbms
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
..
benchmark Minor changes 2019-02-25 01:28:05 +03:00
cmake Auto version update to [19.8.1.1] [54420] 2019-04-29 22:33:13 +03:00
programs Obfuscator: derive seed for individual columns by their name, not position 2019-05-03 01:09:38 +03:00
src Implementation of geohashEncode and geohashDecode functions; 2019-05-10 14:59:24 +03:00
tests Implementation of geohashEncode and geohashDecode functions; 2019-05-10 14:59:24 +03:00
CMakeLists.txt Prepare cmake for new contrib/poco (#5062) 2019-04-25 00:33:04 +03:00