Package io.trino.orc.stream
Interface ValueInputStream<C extends StreamCheckpoint>
- All Known Subinterfaces:
LongInputStream
- All Known Implementing Classes:
BooleanInputStream,ByteArrayInputStream,ByteInputStream,DecimalInputStream,DoubleInputStream,FloatInputStream,LongInputStreamV1,LongInputStreamV2
public interface ValueInputStream<C extends StreamCheckpoint>
-
Method Summary
-
Method Details
-
seekToCheckpoint
- Throws:
IOException
-
skip
- Throws:
IOException
-