Package org.gridgain.internal.sql.copy
Interface Writer
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
CsvWriter,IcebergParquetWriter,IcebergWriter,TableWriter
Generic interface for writing data to a destination.
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
write
Writes the given item to the write destination.- Throws:
IOException
-