mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Update ColumnsHashingImpl.h
This commit is contained in:
parent
ba01f7fd77
commit
9a4c4964b2
@ -61,7 +61,12 @@ public:
|
||||
|
||||
bool isInserted() const { return inserted; }
|
||||
auto & getMapped() const { return value; }
|
||||
void setMapped(const Mapped & mapped) { value = cached_value = mapped; }
|
||||
|
||||
void setMapped(const Mapped & mapped)
|
||||
{
|
||||
cached_value = mapped;
|
||||
value = mapped;
|
||||
}
|
||||
};
|
||||
|
||||
template <>
|
||||
|
Loading…
Reference in New Issue
Block a user