Class IcebergWriter
java.lang.Object
org.gridgain.internal.sql.copy.iceberg.IcebergWriter
- All Implemented Interfaces:
AutoCloseable,Writer
A writer that writes an iceberg table.
-
Constructor Summary
ConstructorsConstructorDescriptionIcebergWriter(org.apache.ignite.internal.sql.engine.prepare.copy.CopyLocationPath location, Map<String, String> properties, @Nullable List<org.apache.ignite.internal.schema.Column> columns) Constructor. -
Method Summary
-
Constructor Details
-
IcebergWriter
public IcebergWriter(org.apache.ignite.internal.sql.engine.prepare.copy.CopyLocationPath location, Map<String, String> properties, @Nullable @Nullable 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
-