| Package | Description |
|---|---|
| org.apache.paimon.compression |
| Modifier and Type | Method and Description |
|---|---|
int |
BlockCompressor.compress(byte[] src,
int srcOff,
int srcLen,
byte[] dst,
int dstOff)
Compress data read from src, and write the compressed data to dst.
|
int |
AirBlockCompressor.compress(byte[] src,
int srcOff,
int srcLen,
byte[] dst,
int dstOff) |
int |
ZstdBlockCompressor.compress(byte[] src,
int srcOff,
int srcLen,
byte[] dst,
int dstOff) |
int |
Lz4BlockCompressor.compress(byte[] src,
int srcOff,
int srcLen,
byte[] dst,
int dstOff) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.