Class ByteStreamCheckpoint
java.lang.Object
io.trino.orc.checkpoint.ByteStreamCheckpoint
- All Implemented Interfaces:
StreamCheckpoint
-
Constructor Summary
ConstructorsConstructorDescriptionByteStreamCheckpoint(boolean compressed, Checkpoints.ColumnPositionsList positionsList) ByteStreamCheckpoint(int offset, long inputStreamCheckpoint) -
Method Summary
-
Constructor Details
-
ByteStreamCheckpoint
public ByteStreamCheckpoint(int offset, long inputStreamCheckpoint) -
ByteStreamCheckpoint
-
-
Method Details
-
getOffset
public int getOffset() -
getInputStreamCheckpoint
public long getInputStreamCheckpoint() -
toPositionList
-
toString
-