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