Class ParquetFileWriter

java.lang.Object
io.deephaven.parquet.base.ParquetFileWriter
All Implemented Interfaces:
AutoCloseable

public final class ParquetFileWriter extends Object implements AutoCloseable
  • Constructor Details

  • Method Details

    • addRowGroup

      public RowGroupWriter addRowGroup(long size)
    • bytesWritten

      public long bytesWritten()
      Get the number of bytes written to the parquet file so far.
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Throws:
      IOException
    • serializeFooter

      public static void serializeFooter(org.apache.parquet.hadoop.metadata.ParquetMetadata footer, com.google.common.io.CountingOutputStream countingOutput) throws IOException
      Throws:
      IOException