Interface WriterInternal

All Superinterfaces:
AutoCloseable, Closeable, Writer
All Known Implementing Classes:
WriterImpl, WriterImplV2

public interface WriterInternal extends Writer
The ORC internal API to the writer.
  • Method Details

    • increaseCompressionSize

      void increaseCompressionSize(int newSize)
      Increase the buffer size for this writer. This function is internal only and should only be called by the ORC file merger.
      Parameters:
      newSize - the new buffer size.