mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Fix typo
This commit is contained in:
parent
c85cc3e003
commit
7cc1c19227
@ -102,7 +102,7 @@ public:
|
||||
/// If it is a specialized codec for floating-point time series. Applying it to non-floating point data is suspicious.
|
||||
virtual bool isFloatingPointTimeSeriesCodec() const { return false; }
|
||||
|
||||
/// If the codec's purpose is to calculate deltas betwen consecutive values.
|
||||
/// If the codec's purpose is to calculate deltas between consecutive values.
|
||||
virtual bool isDeltaCompression() const { return false; }
|
||||
|
||||
/// It is a codec available only for evaluation purposes and not meant to be used in production.
|
||||
|
Loading…
Reference in New Issue
Block a user