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