Package | Description |
---|---|
org.apache.paimon.compression |
Modifier and Type | Method and Description |
---|---|
int |
ZstdBlockDecompressor.decompress(byte[] src,
int srcOff,
int srcLen,
byte[] dst,
int dstOff) |
int |
BlockDecompressor.decompress(byte[] src,
int srcOff,
int srcLen,
byte[] dst,
int dstOff)
Decompress source data read from src and write the decompressed data to dst.
|
int |
Lz4BlockDecompressor.decompress(byte[] src,
int srcOff,
int srcLen,
byte[] dst,
int dstOff) |
int |
AirBlockDecompressor.decompress(byte[] src,
int srcOff,
int srcLen,
byte[] dst,
int dstOff) |
static void |
CompressorUtils.validateLength(int compressedLen,
int originalLen) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.