Package io.trino.orc.stream
Class PresentOutputStream
java.lang.Object
io.trino.orc.stream.PresentOutputStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()longlonggetStreamDataOutput(OrcColumnId columnId) voidvoidreset()voidwriteBoolean(boolean value)
-
Constructor Details
-
PresentOutputStream
-
-
Method Details
-
writeBoolean
public void writeBoolean(boolean value) -
recordCheckpoint
public void recordCheckpoint() -
close
public void close() -
getCheckpoints
-
getStreamDataOutput
-
getBufferedBytes
public long getBufferedBytes() -
getRetainedBytes
public long getRetainedBytes() -
reset
public void reset()
-