Package io.trino.orc.stream
Interface InputStreamSource<S extends ValueInputStream<?>>
-
- All Known Implementing Classes:
CheckpointInputStreamSource,MissingInputStreamSource,ValueInputStreamSource
public interface InputStreamSource<S extends ValueInputStream<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<S>getStreamType()SopenStream()
-
-
-
Method Detail
-
openStream
@Nullable S openStream() throws IOException
- Throws:
IOException
-
-