Package org.apache.parquet.hadoop.util
Class CompressionConverter
- java.lang.Object
-
- org.apache.parquet.hadoop.util.CompressionConverter
-
public class CompressionConverter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompressionConverter.TransParquetFileReader
-
Constructor Summary
Constructors Constructor Description CompressionConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessBlocks(CompressionConverter.TransParquetFileReader reader, ParquetFileWriter writer, ParquetMetadata meta, org.apache.parquet.schema.MessageType schema, String createdBy, org.apache.parquet.hadoop.metadata.CompressionCodecName codecName)org.apache.parquet.bytes.BytesInputreadBlock(int length, CompressionConverter.TransParquetFileReader reader)org.apache.parquet.bytes.BytesInputreadBlockAllocate(int length, CompressionConverter.TransParquetFileReader reader)
-
-
-
Method Detail
-
processBlocks
public void processBlocks(CompressionConverter.TransParquetFileReader reader, ParquetFileWriter writer, ParquetMetadata meta, org.apache.parquet.schema.MessageType schema, String createdBy, org.apache.parquet.hadoop.metadata.CompressionCodecName codecName) throws IOException
- Throws:
IOException
-
readBlock
public org.apache.parquet.bytes.BytesInput readBlock(int length, CompressionConverter.TransParquetFileReader reader) throws IOException- Throws:
IOException
-
readBlockAllocate
public org.apache.parquet.bytes.BytesInput readBlockAllocate(int length, CompressionConverter.TransParquetFileReader reader) throws IOException- Throws:
IOException
-
-