Package io.trino.orc.checkpoint
Class LongStreamV1Checkpoint
java.lang.Object
io.trino.orc.checkpoint.LongStreamV1Checkpoint
- All Implemented Interfaces:
LongStreamCheckpoint,StreamCheckpoint
-
Constructor Summary
ConstructorsConstructorDescriptionLongStreamV1Checkpoint(boolean compressed, Checkpoints.ColumnPositionsList positionsList) LongStreamV1Checkpoint(int offset, long inputStreamCheckpoint) -
Method Summary
-
Constructor Details
-
LongStreamV1Checkpoint
public LongStreamV1Checkpoint(int offset, long inputStreamCheckpoint) -
LongStreamV1Checkpoint
-
-
Method Details
-
getOffset
public int getOffset() -
getInputStreamCheckpoint
public long getInputStreamCheckpoint() -
toPositionList
- Specified by:
toPositionListin interfaceLongStreamCheckpoint
-
toString
-