| Package | Description |
|---|---|
| org.apache.parquet.format.converter | |
| org.apache.parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
|
| Modifier and Type | Method and Description |
|---|---|
FileMetaData |
ParquetMetadataConverter.toParquetMetadata(int currentVersion,
ParquetMetadata parquetMetadata,
InternalFileEncryptor fileEncryptor) |
| Modifier and Type | Method and Description |
|---|---|
InternalFileEncryptor |
ParquetFileWriter.getEncryptor() |
| Constructor and Description |
|---|
ColumnChunkPageWriteStore(CodecFactory.BytesCompressor compressor,
MessageType schema,
ByteBufferAllocator allocator,
int columnIndexTruncateLength,
boolean pageWriteChecksumEnabled,
InternalFileEncryptor fileEncryptor,
int rowGroupOrdinal)
Deprecated.
|
ColumnChunkPageWriteStore(CompressionCodecFactory.BytesInputCompressor compressor,
MessageType schema,
ByteBufferAllocator allocator,
int columnIndexTruncateLength,
boolean pageWriteChecksumEnabled,
InternalFileEncryptor fileEncryptor,
int rowGroupOrdinal) |
ParquetFileWriter(OutputFile file,
MessageType schema,
ParquetFileWriter.Mode mode,
long rowGroupSize,
int maxPaddingSize,
int columnIndexTruncateLength,
int statisticsTruncateLength,
boolean pageWriteChecksumEnabled,
InternalFileEncryptor encryptor)
Deprecated.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.