| 727 | } |
| 728 | |
| 729 | String CompressionCodecALP::getDescription() const |
| 730 | { |
| 731 | return "Adaptive Lossless floating-Point; suitable for time series data."; |
| 732 | } |
| 733 | |
| 734 | UInt32 CompressionCodecALP::getMaxCompressedDataSize(UInt32 uncompressed_size) const |
| 735 | { |
no outgoing calls
no test coverage detected