Uses of Class
io.trino.orc.checkpoint.ByteArrayStreamCheckpoint
-
Packages that use ByteArrayStreamCheckpoint Package Description io.trino.orc.stream -
-
Uses of ByteArrayStreamCheckpoint in io.trino.orc.stream
Methods in io.trino.orc.stream that return types with arguments of type ByteArrayStreamCheckpoint Modifier and Type Method Description List<ByteArrayStreamCheckpoint>ByteArrayOutputStream. getCheckpoints()Methods in io.trino.orc.stream with parameters of type ByteArrayStreamCheckpoint Modifier and Type Method Description voidByteArrayInputStream. seekToCheckpoint(ByteArrayStreamCheckpoint checkpoint)
-