@Deprecated public class CompressionConverter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CompressionConverter.TransParquetFileReader
Deprecated.
|
| Constructor and Description |
|---|
CompressionConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processBlocks(CompressionConverter.TransParquetFileReader reader,
ParquetFileWriter writer,
ParquetMetadata meta,
MessageType schema,
String createdBy,
CompressionCodecName codecName)
Deprecated.
|
BytesInput |
readBlock(int length,
CompressionConverter.TransParquetFileReader reader)
Deprecated.
|
BytesInput |
readBlockAllocate(int length,
CompressionConverter.TransParquetFileReader reader)
Deprecated.
|
public void processBlocks(CompressionConverter.TransParquetFileReader reader, ParquetFileWriter writer, ParquetMetadata meta, MessageType schema, String createdBy, CompressionCodecName codecName) throws IOException
IOExceptionpublic BytesInput readBlock(int length, CompressionConverter.TransParquetFileReader reader) throws IOException
IOExceptionpublic BytesInput readBlockAllocate(int length, CompressionConverter.TransParquetFileReader reader) throws IOException
IOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.