If it is a post-processing codec such as encryption. Usually it does not make sense to apply non-post-processing codecs after this.
| 81 | |
| 82 | /// If it is a post-processing codec such as encryption. Usually it does not make sense to apply non-post-processing codecs after this. |
| 83 | virtual bool isEncryption() const { return false; } |
| 84 | |
| 85 | /// If it is a specialized codec for floating-point time series. Applying it to non-floating point data is suspicious. |
| 86 | virtual bool isFloatingPointTimeSeriesCodec() const { return false; } |
no outgoing calls
no test coverage detected