Class ParquetWriter
java.lang.Object
org.gridgain.internal.sql.copy.parquet.ParquetWriter
- All Implemented Interfaces:
AutoCloseable,Writer
Deprecated, for removal: This API element is subject to removal in a future version.
Writer for parquet files.
-
Constructor Summary
ConstructorsConstructorDescriptionParquetWriter(org.apache.ignite.internal.sql.engine.prepare.copy.CopyLocationPath into, Map<String, String> properties, List<org.apache.ignite.internal.schema.Column> columns) Deprecated, for removal: This API element is subject to removal in a future version.Constructor. -
Method Summary
-
Constructor Details
-
ParquetWriter
public ParquetWriter(org.apache.ignite.internal.sql.engine.prepare.copy.CopyLocationPath into, Map<String, String> properties, List<org.apache.ignite.internal.schema.Column> columns) throws IOExceptionDeprecated, for removal: This API element is subject to removal in a future version.Constructor.- Throws:
IOException
-
-
Method Details
-
write
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:WriterWrites the given item to the write destination.- Specified by:
writein interfaceWriter- Throws:
IOException
-
close
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-