Class ParquetWriter

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

@Deprecated(forRemoval=true) public class ParquetWriter extends Object implements Writer
Deprecated, for removal: This API element is subject to removal in a future version.
Writer for parquet files.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ParquetWriter(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

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    write(List<?> item)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Writes the given item to the write destination.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
      Throws:
      IOException
  • Method Details

    • write

      public void write(List<?> item) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: Writer
      Writes the given item to the write destination.
      Specified by:
      write in interface Writer
      Throws:
      IOException
    • close

      public void close() throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception