dbms: addition to prev. revision [#METR-17105].

This commit is contained in:
Alexey Milovidov 2015-06-30 21:38:55 +03:00
parent b5e2e9a7ae
commit cc8734c5aa

View File

@ -90,7 +90,7 @@ namespace DB
static inline ResultType apply(A x)
{
return x < 1 ? 0
: (x < 18 ? 1
: (x < 18 ? 17
: (x < 25 ? 18
: (x < 35 ? 25
: (x < 45 ? 35