Class PresentOutputStream

java.lang.Object
io.trino.orc.stream.PresentOutputStream

public class PresentOutputStream extends Object
  • Constructor Details

    • PresentOutputStream

      public PresentOutputStream(CompressionKind compression, int bufferSize)
  • Method Details

    • writeBoolean

      public void writeBoolean(boolean value)
    • recordCheckpoint

      public void recordCheckpoint()
    • close

      public void close()
    • getCheckpoints

      public Optional<List<BooleanStreamCheckpoint>> getCheckpoints()
    • getStreamDataOutput

      public Optional<StreamDataOutput> getStreamDataOutput(OrcColumnId columnId)
    • getBufferedBytes

      public long getBufferedBytes()
    • getRetainedBytes

      public long getRetainedBytes()
    • reset

      public void reset()