This commit is contained in:
Robert Schulze 2023-01-30 10:25:16 +00:00
parent c85cc3e003
commit 7cc1c19227
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -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.