Package | Description |
---|---|
org.apache.paimon.compression |
Modifier and Type | Method and Description |
---|---|
int |
ZstdBlockCompressor.compress(byte[] src,
int srcOff,
int srcLen,
byte[] dst,
int dstOff) |
int |
AirBlockCompressor.compress(byte[] src,
int srcOff,
int srcLen,
byte[] dst,
int dstOff) |
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 |
Lz4BlockCompressor.compress(byte[] src,
int srcOff,
int srcLen,
byte[] dst,
int dstOff) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.