public interface OrcDecompressor
Modifier and Type | Interface and Description |
---|---|
static interface |
OrcDecompressor.OutputBuffer |
Modifier and Type | Field and Description |
---|---|
static int |
MAX_BUFFER_SIZE |
Modifier and Type | Method and Description |
---|---|
static Optional<OrcDecompressor> |
createOrcDecompressor(OrcDataSourceId orcDataSourceId,
CompressionKind compression,
int bufferSize) |
static Optional<OrcDecompressor> |
createOrcDecompressor(OrcDataSourceId orcDataSourceId,
CompressionKind compression,
int bufferSize,
boolean zstdJniDecompressionEnabled) |
int |
decompress(byte[] input,
int offset,
int length,
OrcDecompressor.OutputBuffer output) |
static Optional<OrcDecompressor> createOrcDecompressor(OrcDataSourceId orcDataSourceId, CompressionKind compression, int bufferSize) throws OrcCorruptionException
OrcCorruptionException
static Optional<OrcDecompressor> createOrcDecompressor(OrcDataSourceId orcDataSourceId, CompressionKind compression, int bufferSize, boolean zstdJniDecompressionEnabled) throws OrcCorruptionException
OrcCorruptionException
int decompress(byte[] input, int offset, int length, OrcDecompressor.OutputBuffer output) throws OrcCorruptionException
OrcCorruptionException
Copyright © 2012–2020. All rights reserved.