mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
dbms: addition to prev. revision [#METR-17281].
This commit is contained in:
parent
4920b63fd1
commit
9c69ec44a9
@ -27,7 +27,7 @@ public:
|
||||
|
||||
void serializeText(const Field & field, WriteBuffer & ostr) const
|
||||
{
|
||||
writeText(get<typename NearestFieldType<FieldType>::Type>(field), ostr);
|
||||
writeText(static_cast<FieldType>(get<typename NearestFieldType<FieldType>::Type>(field)), ostr);
|
||||
}
|
||||
|
||||
inline void deserializeText(Field & field, ReadBuffer & istr) const;
|
||||
|
Loading…
Reference in New Issue
Block a user