Package io.trino.orc.stream
Class CheckpointInputStreamSource<S extends ValueInputStream<C>,C extends StreamCheckpoint>
java.lang.Object
io.trino.orc.stream.CheckpointInputStreamSource<S,C>
- All Implemented Interfaces:
InputStreamSource<S>
public class CheckpointInputStreamSource<S extends ValueInputStream<C>,C extends StreamCheckpoint>
extends Object
implements InputStreamSource<S>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <S extends ValueInputStream<C>,C extends StreamCheckpoint>
CheckpointInputStreamSource<S,C> createCheckpointStreamSource(S stream, StreamCheckpoint checkpoint) toString()
-
Method Details
-
createCheckpointStreamSource
public static <S extends ValueInputStream<C>,C extends StreamCheckpoint> CheckpointInputStreamSource<S,C> createCheckpointStreamSource(S stream, StreamCheckpoint checkpoint) -
getStreamType
- Specified by:
getStreamTypein interfaceInputStreamSource<S extends ValueInputStream<C>>
-
openStream
- Specified by:
openStreamin interfaceInputStreamSource<S extends ValueInputStream<C>>- Throws:
IOException
-
toString
-