Uses of Interface
io.trino.orc.stream.InputStreamSource
-
Packages that use InputStreamSource Package Description io.trino.orc.stream -
-
Uses of InputStreamSource in io.trino.orc.stream
Classes in io.trino.orc.stream that implement InputStreamSource Modifier and Type Class Description classCheckpointInputStreamSource<S extends ValueInputStream<C>,C extends StreamCheckpoint>classMissingInputStreamSource<S extends ValueInputStream<?>>classValueInputStreamSource<S extends ValueInputStream<?>>Methods in io.trino.orc.stream that return InputStreamSource Modifier and Type Method Description <S extends ValueInputStream<?>>
InputStreamSource<S>InputStreamSources. getInputStreamSource(OrcColumn column, Stream.StreamKind streamKind, Class<S> streamType)static <S extends ValueInputStream<?>>
InputStreamSource<S>MissingInputStreamSource. missingStreamSource(Class<S> streamType)Constructor parameters in io.trino.orc.stream with type arguments of type InputStreamSource Constructor Description InputStreamSources(Map<StreamId,InputStreamSource<?>> streamSources)
-