Package io.deephaven.parquet.base
Class ParquetFileWriter
java.lang.Object
io.deephaven.parquet.base.ParquetFileWriter
-
Constructor Summary
ConstructorsConstructorDescriptionParquetFileWriter(String filePath, SeekableChannelsProvider channelsProvider, int targetPageSize, org.apache.parquet.bytes.ByteBufferAllocator allocator, org.apache.parquet.schema.MessageType type, String codecName, Map<String, String> extraMetaData) -
Method Summary
-
Constructor Details
-
ParquetFileWriter
public ParquetFileWriter(String filePath, SeekableChannelsProvider channelsProvider, int targetPageSize, org.apache.parquet.bytes.ByteBufferAllocator allocator, org.apache.parquet.schema.MessageType type, String codecName, Map<String, String> extraMetaData) throws IOException- Throws:
IOException
-
-
Method Details
-
addRowGroup
-
close
- Throws:
IOException
-