mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
dbms: addition to prev. revision [#METR-17105].
This commit is contained in:
parent
b5e2e9a7ae
commit
cc8734c5aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user