Class IcebergParquetWriter
java.lang.Object
org.gridgain.internal.sql.copy.parquet.IcebergParquetWriter
- All Implemented Interfaces:
AutoCloseable,Writer
Writer for parquet files.
-
Constructor Summary
ConstructorsConstructorDescriptionIcebergParquetWriter(org.apache.ignite.internal.sql.engine.prepare.copy.CopyLocationPath into, Map<String, String> properties, List<org.apache.ignite.internal.schema.Column> columns) Constructor. -
Method Summary
-
Constructor Details
-
IcebergParquetWriter
public IcebergParquetWriter(org.apache.ignite.internal.sql.engine.prepare.copy.CopyLocationPath into, 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
-