mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Blind performance fix
This commit is contained in:
parent
b4f0e08369
commit
439bbd9861
@ -90,6 +90,9 @@ double mapPiecewiseLinearToUnit(double value, double min, double max)
|
||||
|
||||
/** Is allowed to merge parts in range with specific properties.
|
||||
*/
|
||||
#if defined(__clang__)
|
||||
ALWAYS_INLINE
|
||||
#endif
|
||||
bool allow(
|
||||
double sum_size,
|
||||
double max_size,
|
||||
|
Loading…
Reference in New Issue
Block a user