public class ColumnChunkPageWriteStore extends Object implements PageWriteStore, BloomFilterWriteStore
| Constructor and Description |
|---|
ColumnChunkPageWriteStore(CodecFactory.BytesCompressor compressor,
MessageType schema,
ByteBufferAllocator allocator,
int columnIndexTruncateLength)
Deprecated.
|
ColumnChunkPageWriteStore(CodecFactory.BytesCompressor compressor,
MessageType schema,
ByteBufferAllocator allocator,
int columnIndexTruncateLength,
boolean pageWriteChecksumEnabled)
Deprecated.
|
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) |
ColumnChunkPageWriteStore(CompressionCodecFactory.BytesInputCompressor compressor,
MessageType schema,
ByteBufferAllocator allocator,
int columnIndexTruncateLength,
boolean pageWriteChecksumEnabled) |
ColumnChunkPageWriteStore(CompressionCodecFactory.BytesInputCompressor compressor,
MessageType schema,
ByteBufferAllocator allocator,
int columnIndexTruncateLength,
boolean pageWriteChecksumEnabled,
InternalFileEncryptor fileEncryptor,
int rowGroupOrdinal) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flushToFileWriter(ParquetFileWriter writer) |
BloomFilterWriter |
getBloomFilterWriter(ColumnDescriptor path) |
PageWriter |
getPageWriter(ColumnDescriptor path) |
@Deprecated public ColumnChunkPageWriteStore(CodecFactory.BytesCompressor compressor, MessageType schema, ByteBufferAllocator allocator, int columnIndexTruncateLength)
public ColumnChunkPageWriteStore(CompressionCodecFactory.BytesInputCompressor compressor, MessageType schema, ByteBufferAllocator allocator, int columnIndexTruncateLength)
@Deprecated public ColumnChunkPageWriteStore(CodecFactory.BytesCompressor compressor, MessageType schema, ByteBufferAllocator allocator, int columnIndexTruncateLength, boolean pageWriteChecksumEnabled)
public ColumnChunkPageWriteStore(CompressionCodecFactory.BytesInputCompressor compressor, MessageType schema, ByteBufferAllocator allocator, int columnIndexTruncateLength, boolean pageWriteChecksumEnabled)
@Deprecated public ColumnChunkPageWriteStore(CodecFactory.BytesCompressor compressor, MessageType schema, ByteBufferAllocator allocator, int columnIndexTruncateLength, boolean pageWriteChecksumEnabled, InternalFileEncryptor fileEncryptor, int rowGroupOrdinal)
public ColumnChunkPageWriteStore(CompressionCodecFactory.BytesInputCompressor compressor, MessageType schema, ByteBufferAllocator allocator, int columnIndexTruncateLength, boolean pageWriteChecksumEnabled, InternalFileEncryptor fileEncryptor, int rowGroupOrdinal)
public PageWriter getPageWriter(ColumnDescriptor path)
getPageWriter in interface PageWriteStorepublic void close()
close in interface AutoCloseableclose in interface PageWriteStoreclose in interface BloomFilterWriteStorepublic BloomFilterWriter getBloomFilterWriter(ColumnDescriptor path)
getBloomFilterWriter in interface BloomFilterWriteStorepublic void flushToFileWriter(ParquetFileWriter writer) throws IOException
IOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.