Package org.apache.druid.segment.data
Class CompressionStrategy.ZstdDecompressor
java.lang.Object
org.apache.druid.segment.data.CompressionStrategy.ZstdDecompressor
- All Implemented Interfaces:
CompressionStrategy.Decompressor
- Enclosing class:
- CompressionStrategy
public static class CompressionStrategy.ZstdDecompressor
extends Object
implements CompressionStrategy.Decompressor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecompress(ByteBuffer in, int numBytes, ByteBuffer out) Implementations of this method are expected to call out.flip() after writing to the output buffer
-
Constructor Details
-
ZstdDecompressor
public ZstdDecompressor()
-
-
Method Details
-
decompress
Description copied from interface:CompressionStrategy.DecompressorImplementations of this method are expected to call out.flip() after writing to the output buffer- Specified by:
decompressin interfaceCompressionStrategy.Decompressor
-