public class BdecParquetWriter extends Object implements AutoCloseable
Resides in parquet package because, it uses InternalParquetRecordWriter and CodecFactory that are package private.
| Constructor and Description |
|---|
BdecParquetWriter(ByteArrayOutputStream stream,
org.apache.parquet.schema.MessageType schema,
Map<String,String> extraMetaData,
String channelName)
Creates a BDEC specific parquet writer.
|
public BdecParquetWriter(ByteArrayOutputStream stream, org.apache.parquet.schema.MessageType schema, Map<String,String> extraMetaData, String channelName) throws IOException
stream - outputschema - row schemaextraMetaData - extra metadatachannelName - name of the channel that is using the writerIOExceptionpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2023. All rights reserved.