Class IcebergWriter

java.lang.Object
org.gridgain.internal.sql.copy.iceberg.IcebergWriter
All Implemented Interfaces:
AutoCloseable, Writer

public class IcebergWriter extends Object implements Writer
A writer that writes an iceberg table.
  • 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 IOException
      Constructor.
      Throws:
      IOException
  • Method Details