mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 04:22:03 +00:00
slightly better comment
This commit is contained in:
parent
d36176ad85
commit
ad24989b31
@ -328,7 +328,7 @@ public:
|
|||||||
/// Updates avg_value_size_hint for newly read column. Uses to optimize deserialization. Zero expected for first column.
|
/// Updates avg_value_size_hint for newly read column. Uses to optimize deserialization. Zero expected for first column.
|
||||||
static void updateAvgValueSizeHint(const IColumn & column, double & avg_value_size_hint);
|
static void updateAvgValueSizeHint(const IColumn & column, double & avg_value_size_hint);
|
||||||
|
|
||||||
/// non-numeric non-string data type serialized as JSON string
|
/// Checks if this is a non-numeric non-string type which is serialized as a JSON string.
|
||||||
virtual bool isNonTriviallySerializedAsStringJSON() const { return false; }
|
virtual bool isNonTriviallySerializedAsStringJSON() const { return false; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
Reference in New Issue
Block a user