Class CsvWriter
java.lang.Object
org.gridgain.internal.sql.copy.csv.CsvWriter
- All Implemented Interfaces:
AutoCloseable,Writer
A writer that writes CSV file.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CsvWriter
public CsvWriter(org.apache.ignite.internal.sql.engine.prepare.copy.CopyLocationPath location, Map<String, String> properties, List<org.apache.ignite.internal.schema.Column> columns) throws IOExceptionConstructor.- Throws:
IOException
-
-
Method Details
-
write
Description copied from interface:WriterWrites the given item to the write destination.- Specified by:
writein interfaceWriter- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-