Package io.milvus.bulkwriter.writer
Class ParquetFileWriter
java.lang.Object
io.milvus.bulkwriter.writer.ParquetFileWriter
- All Implemented Interfaces:
FormatFileWriter
-
Constructor Summary
ConstructorsConstructorDescriptionParquetFileWriter(CreateCollectionReq.CollectionSchema collectionSchema, String filePathPrefix) -
Method Summary
-
Constructor Details
-
ParquetFileWriter
public ParquetFileWriter(CreateCollectionReq.CollectionSchema collectionSchema, String filePathPrefix) throws IOException - Throws:
IOException
-
-
Method Details
-
appendRow
- Specified by:
appendRowin interfaceFormatFileWriter- Throws:
IOException
-
getFilePath
- Specified by:
getFilePathin interfaceFormatFileWriter
-
close
- Specified by:
closein interfaceFormatFileWriter- Throws:
IOException
-