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