Package | Description |
---|---|
org.apache.paimon.compression |
Modifier and Type | Class and Description |
---|---|
class |
AirBlockCompressor
Implementation of
BlockCompressor for airlift compressors. |
class |
Lz4BlockCompressor
Encode data into LZ4 format (not compatible with the LZ4 Frame format).
|
class |
ZstdBlockCompressor
A
BlockCompressor for zstd. |
Modifier and Type | Method and Description |
---|---|
BlockCompressor |
ZstdBlockCompressionFactory.getCompressor() |
BlockCompressor |
AirCompressorFactory.getCompressor() |
BlockCompressor |
BlockCompressionFactory.getCompressor() |
BlockCompressor |
Lz4BlockCompressionFactory.getCompressor() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.