mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Change scale_factors to reference
This commit is contained in:
parent
038e3ad4f8
commit
32d22630c3
@ -91,7 +91,7 @@ public:
|
||||
);
|
||||
}
|
||||
|
||||
std::unordered_map<std::string_view, size_t> scale_factors = Impl::getScaleFactors();
|
||||
const std::unordered_map<std::string_view, size_t> & scale_factors = Impl::getScaleFactors();
|
||||
|
||||
auto col_res = ColumnUInt64::create(input_rows_count);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user